public class MultiRecIdTest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
MultiRecIdTest.Part1
Individual part to be recorded for id1.
|
private static class |
MultiRecIdTest.Part2
Individual part to be recorded for id2.
|
private static class |
MultiRecIdTest.Part3
Common part.
|
| Modifier and Type | Field and Description |
|---|---|
private static long |
dataSize
Stores the size of a data object.
|
private static long |
fileRead
The number of bytes read in summary.
|
private static int |
MAX_ALLOC1
Defines the maximum allocation count for part 1.
|
private static int |
MAX_ALLOC2
Defines the maximum allocation count for part 2.
|
| Modifier | Constructor and Description |
|---|---|
protected |
MultiRecIdTest()
Prevents this class from being instantiated from outside.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
asserts()
The automated tests using assert statements.
|
static void |
main(java.lang.String[] args)
Starts the test.
|
private static final int MAX_ALLOC1
private static final int MAX_ALLOC2
private static long dataSize
private static long fileRead
protected MultiRecIdTest()
public static void main(java.lang.String[] args)
args - ignoredpublic static void asserts()
EndSystem
annotation.