Package org.testfx.framework.junit5
Class ApplicationExtension.AnnotationBasedApplicationFixture
- java.lang.Object
-
- org.testfx.framework.junit5.ApplicationExtension.AnnotationBasedApplicationFixture
-
- All Implemented Interfaces:
ApplicationFixture
- Enclosing class:
- ApplicationExtension
private static class ApplicationExtension.AnnotationBasedApplicationFixture extends java.lang.Object implements ApplicationFixture
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.reflect.Method>initprivate java.util.List<java.lang.reflect.Method>startprivate java.util.List<java.lang.reflect.Method>stopprivate java.lang.ObjecttestInstance
-
Constructor Summary
Constructors Modifier Constructor Description privateAnnotationBasedApplicationFixture(java.lang.Object testInstance, java.util.List<java.lang.reflect.Method> init, java.util.List<java.lang.reflect.Method> start, java.util.List<java.lang.reflect.Method> stop)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()voidstart(javafx.stage.Stage stage)voidstop()
-
-
-
Method Detail
-
init
public void init() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Specified by:
initin interfaceApplicationFixture- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
start
public void start(javafx.stage.Stage stage) throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Specified by:
startin interfaceApplicationFixture- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
stop
public void stop() throws java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException- Specified by:
stopin interfaceApplicationFixture- Throws:
java.lang.reflect.InvocationTargetExceptionjava.lang.IllegalAccessException
-
-