Interface TestResults
public interface TestResults
- Since:
- 7.6
- 
Method SummaryModifier 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
 
 
-