Uses of Class
org.testfx.internal.PlatformAdapter.OS
-
Packages that use PlatformAdapter.OS Package Description org.testfx.internal -
-
Uses of PlatformAdapter.OS in org.testfx.internal
Methods in org.testfx.internal that return PlatformAdapter.OS Modifier and Type Method Description static PlatformAdapter.OSPlatformAdapter. getOs()Gets the operating system.static PlatformAdapter.OSPlatformAdapter.OS. valueOf(String name)Returns the enum constant of this type with the specified name.static PlatformAdapter.OS[]PlatformAdapter.OS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-