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
Fields in org.testfx.internal declared as PlatformAdapter.OS Modifier and Type Field Description private static PlatformAdapter.OS
PlatformAdapter. os
Stores the operating system we are running on.Methods in org.testfx.internal that return PlatformAdapter.OS Modifier and Type Method Description static PlatformAdapter.OS
PlatformAdapter. getOs()
Gets the operating system.static PlatformAdapter.OS
PlatformAdapter.OS. valueOf(java.lang.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.
-