Package spock.util.environment


package spock.util.environment
Utilities for dealing with the test environment.
  • Class
    Description
    Provides information on the current JVM, such as its Java version.
    Provides information on the current operating system, such as its name, version, and family.
    An operating system family.
    Saves system properties before the annotated feature method (including any setup and cleanup methods) gets run, and restores them afterwards.