public class SmallCheckRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor and Description |
|---|
SmallCheckRunner(java.lang.Class<?> clazz)
Creates a BlockJUnit4ClassRunner to run
clazz |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<org.junit.runners.model.FrameworkMethod> |
computeTestMethods() |
protected org.junit.runners.model.TestClass |
createTestClass(java.lang.Class<?> testClass) |
org.junit.runners.model.Statement |
methodBlock(org.junit.runners.model.FrameworkMethod method) |
protected void |
validateTestMethods(java.util.List<java.lang.Throwable> errors) |
collectInitializationErrors, createTest, describeChild, getChildren, getTestRules, isIgnored, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SmallCheckRunner(java.lang.Class<?> clazz)
throws org.junit.runners.model.InitializationError
clazzclazz - org.junit.runners.model.InitializationError - if the test class is malformed.protected void validateTestMethods(java.util.List<java.lang.Throwable> errors)
validateTestMethods in class org.junit.runners.BlockJUnit4ClassRunnerprotected java.util.List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
computeTestMethods in class org.junit.runners.BlockJUnit4ClassRunnerpublic org.junit.runners.model.Statement methodBlock(org.junit.runners.model.FrameworkMethod method)
methodBlock in class org.junit.runners.BlockJUnit4ClassRunnerprotected org.junit.runners.model.TestClass createTestClass(java.lang.Class<?> testClass)
createTestClass in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>