Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for normalizedLineSeparators (1.11 sec)

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

                    description.appendText("an exception with message that is ").appendDescriptionOf(matcher);
                }
            };
        }
    
        @Factory
        public static Matcher<String> normalizedLineSeparators(final Matcher<? super String> matcher) {
            return new BaseMatcher<String>() {
                @Override
                public boolean matches(Object o) {
                    String string = (String) 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