public class SingleTestMultiRowRunner extends AbstractSpockitoTestRunner
Spockito.Unroll annotation is present at test method level.| Constructor and Description |
|---|
SingleTestMultiRowRunner(Class<?> clazz,
org.junit.runners.model.FrameworkMethod testMethod,
ValueConverter methodValueConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected List<org.junit.runners.model.FrameworkMethod> |
computeTestMethods() |
protected String |
getName() |
protected String |
testName(org.junit.runners.model.FrameworkMethod method) |
protected void |
validate() |
protected void |
validateTestMethods(List<Throwable> errors) |
classBlock, collectInitializationErrors, describeChild, filter, getRunnerAnnotationscreateTest, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic SingleTestMultiRowRunner(Class<?> clazz, org.junit.runners.model.FrameworkMethod testMethod, ValueConverter methodValueConverter) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected String getName()
getName in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected String testName(org.junit.runners.model.FrameworkMethod method)
testName in class org.junit.runners.BlockJUnit4ClassRunnerprotected List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
computeTestMethods in class org.junit.runners.BlockJUnit4ClassRunnerprotected 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