org.jbehave.core.reporters
Class ReportsCount
java.lang.Object
org.jbehave.core.reporters.ReportsCount
public class ReportsCount
- extends Object
Constructor Summary |
ReportsCount(int stories,
int storiesNotAllowed,
int storiesPending,
int scenarios,
int scenariosFailed,
int scenariosNotAllowed,
int scenariosPending)
|
ReportsCount
public ReportsCount(int stories,
int storiesNotAllowed,
int storiesPending,
int scenarios,
int scenariosFailed,
int scenariosNotAllowed,
int scenariosPending)
getStories
public int getStories()
getStoriesNotAllowed
public int getStoriesNotAllowed()
getStoriesPending
public int getStoriesPending()
getScenarios
public int getScenarios()
getScenariosFailed
public int getScenariosFailed()
getScenariosNotAllowed
public int getScenariosNotAllowed()
getScenariosPending
public int getScenariosPending()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2011. All Rights Reserved.