Package de.smartsquare.squit.util
Class TestResultCounts
-
- All Implemented Interfaces:
public final class TestResultCountsCounts of successful, failed and ignored test results.
-
-
Constructor Summary
Constructors Constructor Description TestResultCounts(Integer successful, Integer failed, Integer ignored)
-
Method Summary
Modifier and Type Method Description final IntegergetSuccessful()final IntegergetFailed()final IntegergetIgnored()-
-
Method Detail
-
getSuccessful
final Integer getSuccessful()
-
getIgnored
final Integer getIgnored()
-
-
-
-