public class EDTRunner
extends org.junit.runners.BlockJUnit4ClassRunner
Constructor and Description |
---|
EDTRunner(Class<?> klass)
Creates a test runner for the specified test class.
|
Modifier and Type | Method and Description |
---|---|
void |
run(org.junit.runner.notification.RunNotifier notifier) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
public EDTRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
klass
- the class to testorg.junit.runners.model.InitializationError
- if a problem occurs during object constructionCopyright © 2017. All rights reserved.