Table of Contents

Class DevTestSkipException

Namespace
GrindFest
Assembly
GrindFest.dll

Thrown by a test that cannot run in this build at all - as opposed to one that ran and failed.

public class DevTestSkipException : Exception, ISerializable
Inheritance
object
DevTestSkipException
Implements
Inherited Members

Remarks

The runner records these as SKIPPED. In an ahead-of-time player (WebGL has no JIT) every test that drives the bot API is impossible, and counting those as failures buries the ones that really broke: measured 2026-09-20, 60 of a WebGL run's 74 failures came from that single missing capability, all of them the same NullReferenceException with a different test name.

Constructors

DevTestSkipException(string)