Package org.jbehave.core.reporters
Class SurefireReporter.TestCounts
java.lang.Object
org.jbehave.core.reporters.SurefireReporter.TestCounts
- Enclosing class:
- SurefireReporter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TestCounts
public TestCounts()
-
-
Method Details
-
getTests
public int getTests() -
getSkipped
public int getSkipped() -
getErrors
public int getErrors() -
getFailures
public int getFailures() -
addFailure
public void addFailure() -
addSkipped
public void addSkipped() -
addSuccessful
public void addSuccessful()
-