public class JfxRunner
extends org.junit.runners.BlockJUnit4ClassRunner
Constructor and Description |
---|
JfxRunner(Class<?> clazz)
Constructs a new JavaFxJUnit4ClassRunner with the given parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
public JfxRunner(Class<?> clazz) throws org.junit.runners.model.InitializationError
clazz
- The class that is to be run with this Runnerorg.junit.runners.model.InitializationError
- Thrown by the BlockJUnit4ClassRunner in the super()Copyright © 2016 Saxonia Systems AG. All rights reserved.