Package org.jbehave.core.junit.spring
Class SpringAnnotatedPathRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runners.model.FrameworkMethod>
-
- org.junit.runners.BlockJUnit4ClassRunner
-
- org.jbehave.core.junit.AnnotatedEmbedderRunner
-
- org.jbehave.core.junit.AnnotatedPathRunner
-
- org.jbehave.core.junit.spring.SpringAnnotatedPathRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Orderable,org.junit.runner.manipulation.Sortable
public class SpringAnnotatedPathRunner extends AnnotatedPathRunner
AnnotatedPathRunner that usesSpringAnnotationBuilder.
-
-
Constructor Summary
Constructors Constructor Description SpringAnnotatedPathRunner(Class<?> testClass)
-
Method Summary
Modifier and Type Method Description AnnotationBuilderannotationBuilder()-
Methods inherited from class org.jbehave.core.junit.AnnotatedPathRunner
collectInitializationErrors, getDescription, run, storyNameResolver, validateInstanceMethods
-
Methods inherited from class org.jbehave.core.junit.AnnotatedEmbedderRunner
createTest, testClass
-
Methods inherited from class org.junit.runners.BlockJUnit4ClassRunner
computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
-
-
-
-
Constructor Detail
-
SpringAnnotatedPathRunner
public SpringAnnotatedPathRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
- Throws:
org.junit.runners.model.InitializationError
-
-
Method Detail
-
annotationBuilder
public AnnotationBuilder annotationBuilder()
- Overrides:
annotationBuilderin classAnnotatedEmbedderRunner
-
-