public interface TestResults
| Modifier and Type | Method and Description |
|---|---|
Optional<Integer> |
getFailed() |
Optional<Integer> |
getSkipped() |
Optional<Integer> |
getSuccessful() |
@Nonnull Optional<Integer> getFailed()
Optional.empty() otherwise@Nonnull Optional<Integer> getSkipped()
Optional.empty() otherwise@Nonnull Optional<Integer> getSuccessful()
Optional.empty() otherwiseCopyright © 2022 Atlassian. All rights reserved.