Exposes the BadScript Runtime Functionality to Consumers.
BadRuntime UseConsoleLogWriter()
Configures the Runtime to use the default log writer implementation(log to console)
BadRuntime UseApi(BadInteropApi api, bool replace=false)
Adds or Replaces a specified API.
BadRuntime UseConsole(IBadConsole console)
Configures the Runtime to use the specified console implementation.
static BadRuntime UseNUnitApi(this BadRuntime runtime)
Configures the Runtime to use the NUnit API.
static BadRuntime UseNUnitConsole(this BadRuntime runtime, BadUnitTestContextBuilder console)
Configures the Runtime to use the NUnit Console API.
Implements the "NUnit" Api(Console Version)
void SetContext(BadUnitTestContextBuilder console)
Implements a wrapper for the default NUnit console.
Builds a BadScript NUnit Test Context.
Contains NUnit Extensions and APIs for the BadScript2 Runtime.