Represents a BadScript NUnit Test Case.
BadFunction? Function
The Function to Test.
string TestName
The Test Name.
override string ToString()
bool AllowCompile
True if the Function should be tested in compiled and uncompiled mode.
BadNUnitTestCase(BadFunction function, string? testName, bool allowCompile)
Constructs a new BadNUnitTestCase.
override string ToString()
Returns a String Representation of this Object.
Implements a function that can be called from the script.
Contains NUnit Extensions and APIs for the BadScript2 Runtime.
Contains Runtime Function Objects.