public class CompileTestRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| 构造器和说明 |
|---|
CompileTestRunner(Class<?> klass) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
collectInitializationErrors(List<Throwable> errors) |
protected org.junit.runners.model.Statement |
methodInvoker(org.junit.runners.model.FrameworkMethod method,
Object test) |
protected void |
validatePublicVoidNoArgMethods(Class<? extends Annotation> annotation,
boolean isStatic,
List<Throwable> errors) |
protected void |
validateTestMethods(List<Throwable> errors) |
computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic CompileTestRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected void collectInitializationErrors(List<Throwable> errors)
collectInitializationErrors 在类中 org.junit.runners.BlockJUnit4ClassRunnerprotected void validateTestMethods(List<Throwable> errors)
validateTestMethods 在类中 org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement methodInvoker(org.junit.runners.model.FrameworkMethod method,
Object test)
methodInvoker 在类中 org.junit.runners.BlockJUnit4ClassRunnerprotected void validatePublicVoidNoArgMethods(Class<? extends Annotation> annotation, boolean isStatic, List<Throwable> errors)
validatePublicVoidNoArgMethods 在类中 org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>Copyright © 2018. All rights reserved.