org.jbehave.core.reporters
Class ReportsCount

java.lang.Object
  extended by 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)
           
 
Method Summary
 int getScenarios()
           
 int getScenariosFailed()
           
 int getScenariosNotAllowed()
           
 int getScenariosPending()
           
 int getStories()
           
 int getStoriesNotAllowed()
           
 int getStoriesPending()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReportsCount

public ReportsCount(int stories,
                    int storiesNotAllowed,
                    int storiesPending,
                    int scenarios,
                    int scenariosFailed,
                    int scenariosNotAllowed,
                    int scenariosPending)
Method Detail

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.