Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notNullValue (0.19 sec)

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

    is(nullValue(Cheese.class)) Parameters: type - dummy parameter used to infer the generic type of the returned matcher notNullValue public static Matcher<java.lang.Object> notNullValue() A shortcut to the frequently used not(nullValue()). For example: assertThat(cheese, is(notNullValue())) instead of: assertThat(cheese, is(not(nullValue()))) notNullValue public static <T> Matcher<T> notNullValue(java.lang.Class<T> type) A shortcut to the frequently used not(nullValue(X.class)). Accepts a single dummy argument...
    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