public class SingleRowMultiTestRunner extends AbstractSpockitoTestRunner
Spockito.Unroll annotation is present at test class level.| Constructor and Description |
|---|
SingleRowMultiTestRunner(Class<?> clazz,
TableRow tableRow,
ValueConverter defaultValueConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.junit.runners.model.FrameworkMethod> |
computeTestMethods() |
Object |
createTest() |
protected String |
getName() |
protected String |
testName(org.junit.runners.model.FrameworkMethod method) |
protected void |
validate() |
protected void |
validateConstructor(List<Throwable> errors) |
protected void |
validateConstructorArgs(List<Throwable> errors) |
protected void |
validateFields(List<Throwable> errors) |
protected void |
validateTestMethods(List<Throwable> errors) |
classBlock, collectInitializationErrors, describeChild, filter, getRunnerAnnotationsgetChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SingleRowMultiTestRunner(Class<?> clazz, TableRow tableRow, ValueConverter defaultValueConverter) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic Object createTest() throws Exception
createTest in class org.junit.runners.BlockJUnit4ClassRunnerExceptionprotected String getName()
getName in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
computeTestMethods in class org.junit.runners.BlockJUnit4ClassRunnerprotected String testName(org.junit.runners.model.FrameworkMethod method)
testName in class org.junit.runners.BlockJUnit4ClassRunnerprotected void validateConstructor(List<Throwable> errors)
validateConstructor in class org.junit.runners.BlockJUnit4ClassRunnerprotected void validateFields(List<Throwable> errors)
validateFields in class org.junit.runners.BlockJUnit4ClassRunnerprotected void validateConstructorArgs(List<Throwable> errors)
protected void validate() throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected void validateTestMethods(List<Throwable> errors)
validateTestMethods in class org.junit.runners.BlockJUnit4ClassRunner