|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttest.RunTest
Base class for XML Binary Information Set testing. Contains the method used to read the list of files from the command line, which sets up the XML documents and calls the methods implemented in the subclass for actual processing.
Field Summary | |
static int |
INPUT_SIZE_OFFSET
|
static int |
OUTPUT_SIZE_OFFSET
|
static int |
PARSE_TIME_OFFSET
|
static int |
READ_TIME_OFFSET
|
static int |
READEVENT_TIME_OFFSET
|
static java.lang.String[] |
RESULT_NAMES
|
static int |
RESULTS_ARRAY_SIZE
|
static int |
WRITE_TIME_OFFSET
|
static int |
WRITEEVENT_TIME_OFFSET
|
Constructor Summary | |
protected |
RunTest()
Constructor. |
Method Summary | |
static long |
getMemoryUsage()
Calculates the current memory usage. |
static void |
main(java.lang.String[] argv)
Test driver, just reads the input files and executes the processing code. |
static void |
printSummary(java.lang.String lead,
DocumentSummary info)
Print document summary information. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int PARSE_TIME_OFFSET
public static final int WRITEEVENT_TIME_OFFSET
public static final int READEVENT_TIME_OFFSET
public static final int READ_TIME_OFFSET
public static final int WRITE_TIME_OFFSET
public static final int INPUT_SIZE_OFFSET
public static final int OUTPUT_SIZE_OFFSET
public static final int RESULTS_ARRAY_SIZE
public static final java.lang.String[] RESULT_NAMES
Constructor Detail |
protected RunTest()
Method Detail |
public static long getMemoryUsage()
public static void printSummary(java.lang.String lead, DocumentSummary info)
lead
- lead text phrase for document summaryinfo
- document summary informationpublic static void main(java.lang.String[] argv)
argv
- command line arguments
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |