Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for insertion (0.27 sec)

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

    .appendText("\nExpected: ") .appendDescriptionOf(matcher) .appendText("\n but: "); matcher.describeMismatch(actual, description); throw new AssertionError(description.toString()); } } public static void assertThat(String reason, boolean assertion) { if (!assertion) { throw new AssertionError(reason); } } } org/hamcrest/SelfDescribing.java org/hamcrest/SelfDescribing.java package org.hamcrest; /** * The ability of an object to describe itself. */ public interface SelfDescribing { /** * Generates a...
    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

    | METHOD org.hamcrest Class MatcherAssert java.lang.Object org.hamcrest.MatcherAssert public class MatcherAssert extends java.lang.Object Constructor Summary MatcherAssert() Method Summary static void assertThat(java.lang.String reason, boolean assertion) static <T> void assertThat(java.lang.String reason, T actual, Matcher<? super T> matcher) static <T> void assertThat(T actual, Matcher<? super T> matcher) Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode,...
    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