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 scenarios,
int scenariosFailed,
int scenariosNotAllowed)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportsCount
public ReportsCount(int stories,
int storiesNotAllowed,
int scenarios,
int scenariosFailed,
int scenariosNotAllowed)
getStories
public int getStories()
getStoriesNotAllowed
public int getStoriesNotAllowed()
getScenarios
public int getScenarios()
getScenariosFailed
public int getScenariosFailed()
getScenariosNotAllowed
public int getScenariosNotAllowed()
Copyright © 2003-2010. All Rights Reserved.