public class InterfaceTest extends java.lang.Object implements IInterfaceTest
| Modifier and Type | Field and Description |
|---|---|
private test.threadedTest.Data |
data
Stores the data.
|
private static long |
dataSize
Stores the size of a data object.
|
private static int |
MAX_ALLOC
Defines the maximum allocation count.
|
private static IInterfaceTest |
test
Stores the test instance.
|
| Constructor and Description |
|---|
InterfaceTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
asserts()
The automated tests using assert statements.
|
void |
execute()
A method which executes the test.
|
static void |
main(java.lang.String[] args)
Starts the test.
|
private static final int MAX_ALLOC
private static long dataSize
private static IInterfaceTest test
private test.threadedTest.Data data
public void execute()
execute in interface IInterfaceTestpublic static void main(java.lang.String[] args)
args - ignoredpublic static void asserts()
EndSystem
annotation.