Uses of Enum Class
com.ntak.testfx.TestFXConstants.Platform
Packages that use TestFXConstants.Platform
-
Uses of TestFXConstants.Platform in com.ntak.testfx
Fields in com.ntak.testfx declared as TestFXConstants.PlatformMethods in com.ntak.testfx that return TestFXConstants.PlatformModifier and TypeMethodDescriptionstatic TestFXConstants.Platform
Returns the enum constant of this class with the specified name.static TestFXConstants.Platform[]
TestFXConstants.Platform.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ntak.testfx with parameters of type TestFXConstants.PlatformModifier and TypeMethodDescriptionstatic void
NativeFileChooserUtil.chooseFile
(TestFXConstants.Platform platform, org.testfx.api.FxRobot robot, Path filePath) static void
NativeFileChooserUtil.chooseFolder
(TestFXConstants.Platform platform, org.testfx.api.FxRobot robot, Path dirPath) static void
TypeUtil.typeString
(org.testfx.api.FxRobot robot, TestFXConstants.Platform platform, String value)