Package net.serenitybdd.core
Class CurrentOS
java.lang.Object
net.serenitybdd.core.CurrentOS
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CurrentOS.OSTypegetType()detect the operating system from the os.name System property and cache the resultstatic boolean
-
Constructor Details
-
CurrentOS
public CurrentOS()
-
-
Method Details
-
getType
detect the operating system from the os.name System property and cache the result- Returns:
- - the operating system detected
-
isWindows
public static boolean isWindows()
-