Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasMessage (0.09 sec)

  1. testing/internal-testing/src/main/groovy/org/gradle/util/Matchers.java

                public void describeTo(Description description) {
                    description.appendText("is serializable");
                }
            };
        }
    
        @Factory
        public static Matcher<Throwable> hasMessage(final Matcher<String> matcher) {
            return new BaseMatcher<Throwable>() {
                @Override
                public boolean matches(Object o) {
                    Throwable t = (Throwable) o;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.8K bytes
    - Viewed (0)
Back to top