Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for equialgo (0.22 sec)

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

    static <T> Matcher<T> is(T value) A shortcut to the frequently used is(equalTo(x)). For example: assertThat(cheese, is(smelly)) instead of: assertThat(cheese, is(equalTo(smelly))) is public static <T> Matcher<T> is(Matcher<T> matcher) Decorates another Matcher, retaining its behaviour, but allowing tests to be slightly more expressive. For example: assertThat(cheese, is(equalTo(smelly))) instead of: assertThat(cheese, equalTo(smelly)) is public static <T> Matcher<T> is(java.lang.Class<T> type) Deprecated....
    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