Interface TestResults
public interface TestResults
- Since:
- 7.6
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getFailed
- Returns:
- count of how many tests failed, if known,
Optional.empty()
otherwise
-
getSkipped
- Returns:
- count of how many tests were skipped, if known,
Optional.empty()
otherwise
-
getSuccessful
- Returns:
- count of how many tests passed, if known,
Optional.empty()
otherwise
-