Class JUnitDescriptionGenerator

java.lang.Object
com.github.valfirst.jbehave.junit.monitoring.JUnitDescriptionGenerator

public class JUnitDescriptionGenerator extends Object
  • Field Details

  • 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

      public String getJunitSafeString(String string)
    • getTestCases

      public int getTestCases()