public abstract class BasePerfTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
DEFAULT_SECS |
| Modifier | Constructor and Description |
|---|---|
protected |
BasePerfTest() |
| Modifier and Type | Method and 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) |
static final int DEFAULT_SECS
protected final int test(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionprotected final int test2(java.io.File file,
int SECS)
throws java.lang.Exception
java.lang.Exceptionprotected abstract int testExec(java.io.File file)
throws java.lang.Exception
java.lang.Exception