java.lang.Object
com.ntak.testfx.NativeFileChooserUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidchooseFile(TestFXConstants.Platform platform, org.testfx.api.FxRobot robot, Path filePath) static voidchooseFolder(TestFXConstants.Platform platform, org.testfx.api.FxRobot robot, Path dirPath)
-
Constructor Details
-
NativeFileChooserUtil
public NativeFileChooserUtil()
-
-
Method Details
-
chooseFile
public static void chooseFile(TestFXConstants.Platform platform, org.testfx.api.FxRobot robot, Path filePath) -
chooseFolder
public static void chooseFolder(TestFXConstants.Platform platform, org.testfx.api.FxRobot robot, Path dirPath)
-