Package org.jbehave.core.junit
Class JUnit4DescriptionGenerator
- java.lang.Object
-
- org.jbehave.core.junit.JUnit4DescriptionGenerator
-
public class JUnit4DescriptionGenerator extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJUnit4DescriptionGenerator.JUnit4Test
-
Constructor Summary
Constructors Constructor Description JUnit4DescriptionGenerator(AllStepCandidates allStepCandidates, Configuration configuration)
-
Method Summary
Modifier and Type Method Description List<org.junit.runner.Description>createDescriptionsFrom(PerformableTree performableTree)org.junit.runner.DescriptioncreateDescriptionsFrom(Lifecycle lifecycle, PerformableTree.PerformableScenario performableScenario)intgetTestCases()Stringuniquify(String string)
-
-
-
Constructor Detail
-
JUnit4DescriptionGenerator
public JUnit4DescriptionGenerator(AllStepCandidates allStepCandidates, Configuration configuration)
-
-
Method Detail
-
createDescriptionsFrom
public List<org.junit.runner.Description> createDescriptionsFrom(PerformableTree performableTree)
-
createDescriptionsFrom
public org.junit.runner.Description createDescriptionsFrom(Lifecycle lifecycle, PerformableTree.PerformableScenario performableScenario)
-
getTestCases
public int getTestCases()
-
-