public class SolonJUnit4ClassRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| 构造器和说明 |
|---|
SolonJUnit4ClassRunner(java.lang.Class<?> klass) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
afterAllDo() |
protected java.lang.Object |
createTest() |
protected org.junit.runners.model.Statement |
withAfterClasses(org.junit.runners.model.Statement statement) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SolonJUnit4ClassRunner(java.lang.Class<?> klass)
throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected java.lang.Object createTest()
throws java.lang.Exception
createTest 在类中 org.junit.runners.BlockJUnit4ClassRunnerjava.lang.Exceptionprotected org.junit.runners.model.Statement withAfterClasses(org.junit.runners.model.Statement statement)
withAfterClasses 在类中 org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected void afterAllDo()