public class TestHarness
extends java.lang.Object
Constructor and Description |
---|
TestHarness() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
doneTestSuite()
Clean up after running a test suite.
|
(package private) void |
print(java.lang.String s)
Print to the output stream with no indent
|
(package private) void |
println(java.lang.String s)
Print to the output stream with the current indent
|
(package private) void |
printnoln(java.lang.String s)
Print to the output stream with the current indent
|
(package private) void |
readyTestSuite(TestSuite suite)
Get ready to run a test suite.
|
void |
runTestCase(TestCase testCase)
Run a single test and log the results
|
void |
setOutputStream(java.io.PrintStream s)
Set the output stream
|
public void runTestCase(TestCase testCase)
void readyTestSuite(TestSuite suite)
void doneTestSuite()
public void setOutputStream(java.io.PrintStream s)
void println(java.lang.String s)
void printnoln(java.lang.String s)
void print(java.lang.String s)