Method Summary |
|
public String | getName() Get configuration name. |
protected void | initMemory() Initializes the memory state prior to a test run. |
protected void | initTime() Initializes the time prior to a test run. |
protected void | printSummary(String lead, DocumentSummary info, PrintStream print) Print document summary information. |
protected int | reportSpace(String test) Report the results of a memory test run. |
protected int | reportTime(String test) Report the results of a time test run. |
protected void | reportValue(String lead, int value) Report a value. |
abstract public int[] | runSpaceTest(int passes, int excludes, byte[][] texts) Main space test method. |
abstract public int[] | runTimeTest(int passes, int excludes, byte[][] texts) Main time test method. |
public void | setPrint(PrintStream print) Set output print stream for printing detailed test run results. |
public void | setShowDocument(boolean show) Set flag for printing document summary information. |
public void | setShowPass(boolean show) Set flag for printing individual test pass results. |
protected void | setVariant(String variant) Set configuration variant information. |
protected int | testPassSpace() Find test pass space. |
protected int | testPassTime() Find test pass time. |