Uses of Class
net.serenitybdd.core.CurrentOS.OSType
| Package | Description |
|---|---|
| net.serenitybdd.core |
-
Uses of CurrentOS.OSType in net.serenitybdd.core
Methods in net.serenitybdd.core that return CurrentOS.OSType Modifier and Type Method Description static CurrentOS.OSTypeCurrentOS. getType()detect the operating system from the os.name System property and cache the resultstatic CurrentOS.OSTypeCurrentOS.OSType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CurrentOS.OSType[]CurrentOS.OSType. values()Returns an array containing the constants of this enum type, in the order they are declared.