Class | Description |
---|---|
Jvm |
Provides information on the current JVM, such as its Java version.
|
OperatingSystem |
Provides information on the current operating system, such as its name, version, and family.
|
Enum | Description |
---|---|
OperatingSystem.Family |
An operating system family.
|
Annotation Type | Description |
---|---|
RestoreSystemProperties |
Saves system properties before the annotated feature method (including any setup and cleanup methods) gets run,
and restores them afterwards.
|