Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for eslint (0.17 sec)

  1. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    { return value.getClass().getName() + "@" + Integer.toHexString(value.hashCode()); } } @Override public <T> Description appendValueList(String start, String separator, String end, T... values) { return appendValueList(start, separator, end, Arrays.asList(values)); } @Override public <T> Description appendValueList(String start, String separator, String end, Iterable<T> values) { return appendValueList(start, separator, end, values.iterator()); } private <T> Description appendValueList(String start,...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 31.9K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    Matcher<java.lang.Iterable<U>> everyItem(Matcher<U> itemMatcher) Creates a matcher for Iterables that only matches when a single pass over the examined Iterable yields items that are all matched by the specified itemMatcher. For example: assertThat(Arrays.asList("bar", "baz"), everyItem(startsWith("ba"))) Parameters: itemMatcher - the matcher to apply to every item provided by the examined Iterable is public static <T> Matcher<T> is(T value) A shortcut to the frequently used is(equalTo(x)). For example: assertThat(cheese,...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 236.8K bytes
    - Viewed (0)
Back to top