de.codecentric.jbehave.junit.monitoring
Class JUnitDescriptionGenerator

java.lang.Object
  extended by de.codecentric.jbehave.junit.monitoring.JUnitDescriptionGenerator

public class JUnitDescriptionGenerator
extends Object


Field Summary
static String EXAMPLE_DESCRIPTION_PREFIX
           
static String SCENARIO_DESCRIPTION_PREFIX
           
 
Constructor Summary
JUnitDescriptionGenerator(List<org.jbehave.core.steps.CandidateSteps> candidateSteps, org.jbehave.core.configuration.Configuration configuration)
           
 
Method Summary
 org.junit.runner.Description createDescriptionFrom(org.jbehave.core.model.Scenario scenario)
           
 org.junit.runner.Description createDescriptionFrom(org.jbehave.core.model.Story story)
           
 String getJunitSafeString(String string)
           
 int getTestCases()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXAMPLE_DESCRIPTION_PREFIX

public static final String EXAMPLE_DESCRIPTION_PREFIX
See Also:
Constant Field Values

SCENARIO_DESCRIPTION_PREFIX

public static final String SCENARIO_DESCRIPTION_PREFIX
See Also:
Constant Field Values
Constructor Detail

JUnitDescriptionGenerator

public JUnitDescriptionGenerator(List<org.jbehave.core.steps.CandidateSteps> candidateSteps,
                                 org.jbehave.core.configuration.Configuration configuration)
Method Detail

createDescriptionFrom

public org.junit.runner.Description createDescriptionFrom(org.jbehave.core.model.Story story)

createDescriptionFrom

public org.junit.runner.Description createDescriptionFrom(org.jbehave.core.model.Scenario scenario)

getJunitSafeString

public String getJunitSafeString(String string)

getTestCases

public int getTestCases()


Copyright © 2012 codecentric AG. All Rights Reserved.