Package org.jbehave.core.reporters
Class SurefireReporter.TestCounts
- java.lang.Object
-
- org.jbehave.core.reporters.SurefireReporter.TestCounts
-
- Enclosing class:
- SurefireReporter
public static class SurefireReporter.TestCounts extends Object
-
-
Constructor Summary
Constructors Constructor Description TestCounts()
-
Method Summary
Modifier and Type Method Description voidaddFailure()voidaddSkipped()voidaddSuccessful()intgetErrors()intgetFailures()intgetSkipped()intgetTests()
-