Uses of Enum
net.serenitybdd.core.CurrentOS.OSType
Packages that use CurrentOS.OSType
-
Uses of CurrentOS.OSType in net.serenitybdd.core
Methods in net.serenitybdd.core that return CurrentOS.OSTypeModifier and TypeMethodDescriptionstatic CurrentOS.OSTypeCurrentOS.getType()detect the operating system from the os.name System property and cache the resultstatic CurrentOS.OSTypeReturns 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.