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.PlatformReturns 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 voidNativeFileChooserUtil.chooseFile(TestFXConstants.Platform platform, org.testfx.api.FxRobot robot, Path filePath) static voidNativeFileChooserUtil.chooseFolder(TestFXConstants.Platform platform, org.testfx.api.FxRobot robot, Path dirPath) static voidTypeUtil.typeString(org.testfx.api.FxRobot robot, TestFXConstants.Platform platform, String value)