public class FunctionalJavaFXRunner extends BlockJUnit4ClassRunner
| Constructor and Description |
|---|
FunctionalJavaFXRunner(java.lang.Class<?> klass) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<FrameworkMethod> |
computeTestMethods() |
protected boolean |
isIgnored(FrameworkMethod child) |
protected void |
runChild(FrameworkMethod method,
RunNotifier notifier) |
protected Statement |
withBefores(FrameworkMethod method,
java.lang.Object target,
Statement statement) |
collectInitializationErrors, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withPotentialTimeoutchildrenInvoker, classBlock, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClassespublic FunctionalJavaFXRunner(@Nonnull
java.lang.Class<?> klass)
throws InitializationError
InitializationErrorprotected java.util.List<FrameworkMethod> computeTestMethods()
computeTestMethods in class BlockJUnit4ClassRunnerprotected void runChild(FrameworkMethod method, RunNotifier notifier)
runChild in class BlockJUnit4ClassRunnerprotected Statement withBefores(FrameworkMethod method, java.lang.Object target, Statement statement)
withBefores in class BlockJUnit4ClassRunnerprotected boolean isIgnored(FrameworkMethod child)
isIgnored in class BlockJUnit4ClassRunner