Method Summary |
|
public void | endRedirect() End redirecting stdio/stderr to bytearrays. |
public void | startRedirect() Start redirecting stdio/stderr to bytearrays. |
public static Test | suite() Returns a coverage decorator for this test. |
public void | testConcat() Test the concat method. |
public void | testConstructor() Test the constructor. |
public void | testEmptyResult() Test dump() result with a result containing no errors or failures. |
public void | testLeftFill() Test the leftFill method. |
public void | testMixed() Test dumpResult(), when failureas and errors are present. |
public void | testRedirection() Test the redirection fo stido/stderr to strings. |
public void | testSingleError() Test dumpResult() with a single error. |
public void | testSingleFailure() Test dumpResult() with a single failure. |
public void | testTwoErrors() Test dumpResult(), when two errors are present. |
public void | testTwoFailures() Test dumpResult() with two failures. |