public class ValueMemTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static long |
ALLOCSIZE
The size to notify.
|
private static long |
UNALLOCSIZE
The size to notify.
|
| Modifier | Constructor and Description |
|---|---|
private |
ValueMemTest()
Prevents this class from being instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
allocate(java.lang.Object object)
Emulates a method which receives a newly created object for which the
size cannot be determined (Android objects).
|
static void |
asserts()
The automated tests using assert statements.
|
private static void |
execute()
Executes the test.
|
static void |
main(java.lang.String[] args)
Starts the tests.
|
private void |
unallocate(java.lang.Object object)
Emulates a method which is called before unallocation for which the
size cannot be determined (Android objects).
|
private static final long ALLOCSIZE
private static final long UNALLOCSIZE
private ValueMemTest()
private void allocate(java.lang.Object object)
object - the objectprivate void unallocate(java.lang.Object object)
object - the objectprivate static void execute()
public static void main(java.lang.String[] args)
args - ignoredpublic static void asserts()
EndSystem
annotation.