public class SystemExitTest
extends java.lang.Object
System.exit.| Modifier | Constructor and Description |
|---|---|
private |
SystemExitTest()
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)
Start the test and requires monitoring to be stopped before system exit.
|
private SystemExitTest()
public static void main(java.lang.String[] args)
args - ignoredpublic static void asserts()
EndSystem
annotation.