sys::Obj sys::Virtual sys::Test
public abstract class Test
Test is the base class for test classes which are automatically registered into the test suite. Any method which begins with "test" is automatically added as a test case for the test class. Tests themselves are written as a series of assert statements.
public static int main()
This is the main routine for running the test suite. The compiler generates the table of test functions during scode compilation.