Uses of Class
org.junit.experimental.results.PrintableResult
-
Packages that use PrintableResult Package Description org.junit.experimental.results -
-
Uses of PrintableResult in org.junit.experimental.results
Methods in org.junit.experimental.results that return PrintableResult Modifier and Type Method Description static PrintableResultPrintableResult. testResult(java.lang.Class<?> type)The result of running JUnit ontypestatic PrintableResultPrintableResult. testResult(Request request)The result of running JUnit on RequestrequestMethods in org.junit.experimental.results that return types with arguments of type PrintableResult Modifier and Type Method Description static org.hamcrest.Matcher<PrintableResult>ResultMatchers. failureCountIs(int count)Matches if there arecountfailuresstatic org.hamcrest.Matcher<PrintableResult>ResultMatchers. hasFailureContaining(java.lang.String string)Matches if the result has one or more failures, and at least one of them containsstringstatic org.hamcrest.Matcher<PrintableResult>ResultMatchers. hasSingleFailureMatching(org.hamcrest.Matcher<java.lang.Throwable> matcher)Matches if the result has exactly one failure matching the given matcher.static org.hamcrest.Matcher<PrintableResult>ResultMatchers. isSuccessful()Matches if the tests are all successful
-