public abstract class TestWorkspaceBase extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List |
_accessThreads |
protected java.util.List |
_record |
protected long |
_testTime |
Constructor and Description |
---|
TestWorkspaceBase() |
Modifier and Type | Method and Description |
---|---|
abstract void |
initializeTest()
Create threads that access a workspace in various ways.
|
java.lang.String |
profile() |
void |
runTest()
Initialize and run the test.
|
protected java.util.List _accessThreads
protected java.util.List _record
protected long _testTime
public TestWorkspaceBase()
public abstract void initializeTest()
public void runTest()
public java.lang.String profile()