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