Class JUnitDescriptionGenerator
java.lang.Object
com.github.valfirst.jbehave.junit.monitoring.JUnitDescriptionGenerator
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionJUnitDescriptionGenerator(List<org.jbehave.core.steps.CandidateSteps> candidateSteps, org.jbehave.core.configuration.Configuration configuration) -
Method Summary
Modifier and TypeMethodDescriptionList<org.junit.runner.Description>createDescriptionFrom(org.jbehave.core.embedder.PerformableTree performableTree)org.junit.runner.DescriptioncreateDescriptionFrom(org.jbehave.core.model.Lifecycle lifecycle, org.jbehave.core.embedder.PerformableTree.PerformableScenario performableScenario)getJunitSafeString(String string)int
-
Field Details
-
BEFORE_STORY_STEP_NAME
- See Also:
- Constant Field Values
-
AFTER_STORY_STEP_NAME
- See Also:
- Constant Field Values
-
BEFORE_SCENARIO_STEP_NAME
- See Also:
- Constant Field Values
-
AFTER_SCENARIO_STEP_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
JUnitDescriptionGenerator
public JUnitDescriptionGenerator(List<org.jbehave.core.steps.CandidateSteps> candidateSteps, org.jbehave.core.configuration.Configuration configuration)
-
-
Method Details
-
createDescriptionFrom
public List<org.junit.runner.Description> createDescriptionFrom(org.jbehave.core.embedder.PerformableTree performableTree) -
createDescriptionFrom
public org.junit.runner.Description createDescriptionFrom(org.jbehave.core.model.Lifecycle lifecycle, org.jbehave.core.embedder.PerformableTree.PerformableScenario performableScenario) -
getJunitSafeString
-
getTestCases
public int getTestCases()
-