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