23 public override string Name =>
"test";
30 new AutoRun(typeof(
BadUnitTests).Assembly).Execute(Array.Empty<
string>());
32 return Task.FromResult(0);
38 return Task.FromResult(e.HResult);
Exposes the BadScript Runtime Functionality to Consumers.
Wrapper class for the console abstraction.
static void WriteLine(string str)
Writes a string to the console and appends a newline.
Implements a Console System that uses a settings object of Type T.
Runs unit tests using NUnitLite.
BadTestSystem(BadRuntime runtime)
Creates a new BadTestSystem instance.
override Task< int > Run(BadTestSystemSettings settings)
Contians the BadScript NUnit Test Cases.
Contains a Console Abstraction Layer to be able to Simulate Console Input/Output over the Network.
Contains the 'test' command implementation.
Contains NUnit Extensions and APIs for the BadScript2 Runtime.