Package org.testfx.framework.junit
Interface ApplicationFixture
-
- All Known Implementing Classes:
ApplicationRule,ApplicationTest
public interface ApplicationFixtureAn interface that represents a JavaFX application (something that can be initialized, started, and stopped).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit()voidstart(javafx.stage.Stage stage)voidstop()
-