Uses of Enum
org.testfx.internal.PlatformAdapter.OS
Packages that use PlatformAdapter.OS
-
Uses of PlatformAdapter.OS in org.testfx.internal
Fields in org.testfx.internal declared as PlatformAdapter.OSModifier and TypeFieldDescriptionprivate static PlatformAdapter.OS
PlatformAdapter.os
Stores the operating system we are running on.Methods in org.testfx.internal that return PlatformAdapter.OSModifier and TypeMethodDescriptionstatic PlatformAdapter.OS
PlatformAdapter.getOs()
Gets the operating system.static PlatformAdapter.OS
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.