public interface TestResultsExternalInterface<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDependenciesPassTheirTests() |
com.google.common.collect.ImmutableList<T> |
getTestCases() |
int |
getTotalNumberOfTests() |
boolean |
hasAssumptionViolations() |
boolean |
isSuccess() |
com.google.common.collect.ImmutableList<T> getTestCases()
TestCaseSummaryExternalInterfaceboolean getDependenciesPassTheirTests()
int getTotalNumberOfTests()
boolean isSuccess()
boolean hasAssumptionViolations()