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()
TestCaseSummaryExternalInterface
boolean getDependenciesPassTheirTests()
int getTotalNumberOfTests()
boolean isSuccess()
boolean hasAssumptionViolations()