org.junit.runners
Class JUnit4
java.lang.Object
org.junit.runner.Runner
org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
org.junit.runners.BlockJUnit4ClassRunner
org.junit.runners.JUnit4
- 所有已实现接口:
- Describable, Filterable, Sortable
public final class JUnit4
- extends BlockJUnit4ClassRunner
Aliases the current default JUnit 4 class runner, for future-proofing. If
future versions of JUnit change the default Runner class, they will also
change the definition of this class. Developers wanting to explicitly tag a
class as a JUnit 4 class should use @RunWith(JUnit4.class)
, not,
for example in JUnit 4.5, @RunWith(BlockJUnit4ClassRunner.class)
.
This is the only way this class should be used--any extension that
depends on the implementation details of this class is likely to break
in future versions.
构造器摘要 |
JUnit4(Class<?> klass)
Constructs a new instance of the default runner |
类方法继承: org.junit.runners.BlockJUnit4ClassRunner |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateInstanceMethods, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout |
类方法继承: org.junit.runners.ParentRunner |
childrenInvoker, classBlock, filter, getDescription, getName, getTestClass, run, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses |
类方法继承: java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JUnit4
public JUnit4(Class<?> klass)
throws org.junit.runners.model.InitializationError
- Constructs a new instance of the default runner
- 抛出异常:
org.junit.runners.model.InitializationError