Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for appendDescriptionOf (0.19 sec)

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

    POSSIBILITY OF SUCH DAMAGE. org/hamcrest/BaseDescription.class package org.hamcrest; public abstract synchronized class BaseDescription implements Description { public void BaseDescription(); public Description appendText(String); public Description appendDescriptionOf(SelfDescribing); public Description appendValue(Object); private String descriptionOf(Object); public transient Description appendValueList(String, String, String, Object[]); public Description appendValueList(String, String, String, Iterable);...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 44K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    ueI; /** * A {@link Description} that is stored as a string. */ public abstract class BaseDescription implements Description { @Override public Description appendText(String text) { append(text); return this; } @Override public Description appendDescriptionOf(SelfDescribing value) { value.describeTo(this); return this; } @Override public Description appendValue(Object value) { if (value == null) { append("null"); } else if (value instanceof String) { toJavaSyntax((String) value); } else if (value...
    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)
  3. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    append(String) - Method in class org.hamcrest.StringDescription append(char) - Method in class org.hamcrest.StringDescription appendDescriptionOf(SelfDescribing) - Method in class org.hamcrest.BaseDescription appendDescriptionOf(SelfDescribing) - Method in interface org.hamcrest.Description Appends the description of a SelfDescribing value to this description. appendDescriptionOf(SelfDescribing) - Method in class org.hamcrest.Description.NullDescription appendList(String, String, String, Iterable<? extends...
    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