12#region IBadConsole Members
17 TestContext.Write(str);
23 TestContext.WriteLine(str);
29 throw new NotSupportedException();
35 return Task.Run(() => Console.ReadLine() ??
"");
Implements a wrapper for the default NUnit console.
Task< string > ReadLineAsync()
Reads a line from the console asynchronously.The line that was read
void Write(string str)
Writes a string to the console.
string ReadLine()
Reads a line from the console.The line that was read
ConsoleColor ForegroundColor
The Foreground Color.
ConsoleColor BackgroundColor
The Background Color.
void WriteLine(string str)
Writes a string to the console and appends a newline.
void Clear()
Clears the console.
Interface that abstracts the console.
Contains a Console Abstraction Layer to be able to Simulate Console Input/Output over the Network.
Contains NUnit Extensions and APIs for the BadScript2 Runtime.