@Beta public class PermutingScenarioRunner extends AbstractScenarioRunner
| Constructor and Description | 
|---|
PermutingScenarioRunner(java.lang.Class<?> klass,
                       java.lang.Class<? extends ScenarioProcessor> processorClass,
                       Scenario scenario)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
doProcess(java.lang.String data,
         ScenarioProcessor processor)  | 
protected java.lang.String | 
getName()  | 
protected java.lang.String | 
testName(org.junit.runners.model.FrameworkMethod method)  | 
get, getOrCreateInjectorProvider, getProcessorClass, getProcessorName, getRunnerAnnotations, isIgnored, methodBlock, process, runChildcreateInjectorProvider, createTest, getInjectorProvider, superMethodBlockcollectInitializationErrors, computeTestMethods, describeChild, getChildren, getTestRules, methodInvoker, possiblyExpectingExceptions, rules, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic PermutingScenarioRunner(java.lang.Class<?> klass,
                       java.lang.Class<? extends ScenarioProcessor> processorClass,
                       Scenario scenario)
                        throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorprotected java.lang.String getName()
getName in class org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>protected java.lang.String testName(org.junit.runners.model.FrameworkMethod method)
testName in class org.junit.runners.BlockJUnit4ClassRunnerprotected void doProcess(java.lang.String data,
             ScenarioProcessor processor)
                  throws java.lang.Exception
doProcess in class AbstractScenarioRunnerjava.lang.Exception