public class FunctionalJavaFXRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description | 
|---|
| FunctionalJavaFXRunner(java.lang.Class<?> klass) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.util.List<org.junit.runners.model.FrameworkMethod> | computeTestMethods() | 
| protected boolean | isIgnored(org.junit.runners.model.FrameworkMethod child) | 
| protected void | runChild(org.junit.runners.model.FrameworkMethod method,
        org.junit.runner.notification.RunNotifier notifier) | 
| protected org.junit.runners.model.Statement | withBefores(org.junit.runners.model.FrameworkMethod method,
           java.lang.Object target,
           org.junit.runners.model.Statement statement) | 
collectInitializationErrors, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withPotentialTimeoutpublic FunctionalJavaFXRunner(@Nonnull
                              java.lang.Class<?> klass)
                       throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected java.util.List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
computeTestMethods in class org.junit.runners.BlockJUnit4ClassRunnerprotected void runChild(org.junit.runners.model.FrameworkMethod method,
                        org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod method,
                                                        java.lang.Object target,
                                                        org.junit.runners.model.Statement statement)
withBefores in class org.junit.runners.BlockJUnit4ClassRunnerprotected boolean isIgnored(org.junit.runners.model.FrameworkMethod child)
isIgnored in class org.junit.runners.BlockJUnit4ClassRunner