public class MemoryAllocationTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private test.threadedTest.Data |
data
Stores the data.
|
private static int |
MAX_ALLOC
Defines the maximum allocation count.
|
| Modifier | Constructor and Description |
|---|---|
private |
MemoryAllocationTest()
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 int MAX_ALLOC
private test.threadedTest.Data data
private MemoryAllocationTest()
private void execute()
public test.threadedTest.Data getData()
public static void main(java.lang.String[] args)
args - ignoredpublic static void asserts()
EndSystem
annotation.