| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrintableResult | |
|---|---|
| org.junit.experimental.results | |
| Uses of PrintableResult in org.junit.experimental.results | 
|---|
| Methods in org.junit.experimental.results that return PrintableResult | |
|---|---|
| static PrintableResult | PrintableResult.testResult(Class<?> type)The result of running JUnit on type | 
| static PrintableResult | PrintableResult.testResult(Request request)The result of running JUnit on Request request | 
| Methods in org.junit.experimental.results that return types with arguments of type PrintableResult | |
|---|---|
| static Matcher<PrintableResult> | ResultMatchers.failureCountIs(int count)Matches if there are countfailures | 
| static Matcher<PrintableResult> | ResultMatchers.hasFailureContaining(String string)Matches if the result has one or more failures, and at least one of them contains string | 
| static Matcher<PrintableResult> | ResultMatchers.hasSingleFailureMatching(Matcher<Throwable> matcher)Matches if the result has exactly one failure matching the given matcher. | 
| static Matcher<PrintableResult> | ResultMatchers.isSuccessful()Matches if the tests are all successful | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||