public class SmallCheckRunner
extends org.junit.runners.BlockJUnit4ClassRunner
| Constructor | Description |
|---|---|
SmallCheckRunner(java.lang.Class<?> clazz) |
Creates a BlockJUnit4ClassRunner to run
clazz |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<org.junit.runners.model.FrameworkMethod> |
computeTestMethods() |
|
protected org.junit.runners.model.TestClass |
createTestClass(java.lang.Class<?> testClass) |
|
protected org.junit.runners.model.Statement |
methodInvoker(org.junit.runners.model.FrameworkMethod method,
java.lang.Object test) |
|
protected void |
validateTestMethods(java.util.List<java.lang.Throwable> errors) |
collectInitializationErrors, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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.BlockJUnit4ClassRunnerprotected org.junit.runners.model.Statement methodInvoker(org.junit.runners.model.FrameworkMethod method,
java.lang.Object test)
methodInvoker 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>