public class InstanceIdentifierTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static long |
cpuTime
Stores the elapsed thread time in the entire program.
|
private test.threadedTest.Data |
data
Stores the data.
|
private static long |
execCpuTime
Stores the elapsed thread time in
execute(). |
private static long |
execSystemTime
Stores the elapsed system time in
execute(). |
private static int |
MAX_ALLOC
Defines the maximum allocation count.
|
private static long |
systemTime
Stores the elapsed system time in the entire program.
|
private static de.uni_hildesheim.sse.system.IThreadDataGatherer |
THREAD_GATHERER
Stores the thread data gatherer.
|
| Modifier | Constructor and Description |
|---|---|
private |
InstanceIdentifierTest()
Creates an instance of this test.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
asserts()
The automated tests using assert statements.
|
private void |
execute()
Executes the test on this instance.
|
test.threadedTest.Data |
getData()
Returns the data.
|
static void |
main(java.lang.String[] args)
Starts the test.
|
private static final de.uni_hildesheim.sse.system.IThreadDataGatherer THREAD_GATHERER
private static final int MAX_ALLOC
private static long execCpuTime
execute().private static long execSystemTime
execute().private static long cpuTime
private static long systemTime
private test.threadedTest.Data data
private InstanceIdentifierTest()
private void execute()
public test.threadedTest.Data getData()
public static void main(java.lang.String[] args)
args - ignoredpublic static void asserts()
EndSystem
annotation.