Package test
Class BasePerfTest
- java.lang.Object
-
- test.BasePerfTest
-
- Direct Known Subclasses:
TestLineReader
,TestNameTable
,TestRawStream
,TestUTF8
public abstract class BasePerfTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
DEFAULT_SECS
-
Constructor Summary
Constructors Modifier Constructor Description protected
BasePerfTest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected int
test(java.lang.String[] args)
protected int
test2(java.io.File file, int SECS)
protected abstract int
testExec(java.io.File file)
-
-
-
Field Detail
-
DEFAULT_SECS
static final int DEFAULT_SECS
- See Also:
- Constant Field Values
-
-
Method Detail
-
test
protected final int test(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
test2
protected final int test2(java.io.File file, int SECS) throws java.lang.Exception
- Throws:
java.lang.Exception
-
testExec
protected abstract int testExec(java.io.File file) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-