BasicConsoleTest WriteLine_Test Method (String) Fling OS
Tests the WriteLine() method.

Namespace: Testing._Kernel
Assembly: Testing.Kernel (in Testing.Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

private void WriteLine_Test(
	string StringToWrite
)

Parameters

StringToWrite
Type: System String
The string to write as the test.
See Also