Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Messages (0.17 sec)

  1. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar

    LogFactory.getInstance(String name). Your application can contain references to multiple loggers that are used for different purposes. A typical scenario for a server application is to have each major component of the server use its own Log instance. Cause messages to be logged (if the corresponding detail level is enabled) by calling appropriate methods (debug(), info(), warn(), error, and fatal()). For convenience, LogFactory also offers a static method getLog() that combines the typical two-step pattern:...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 30.9K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    matcher that always returns <code>true</code>. */ public class IsAnything<T> extends BaseMatcher<T> { private final String message; public IsAnything() { this("ANYTHING"); } public IsAnything(String message) { this.message = message; } @Override public boolean matches(Object o) { return true; } @Override public void describeTo(Description description) { description.appendText(message); } /** * Creates a matcher that always matches, regardless of the examined object. */ @Factory public static Matcher<Object>...
    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/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar

    LogFactory.getInstance(String name). Your application can contain references to multiple loggers that are used for different purposes. A typical scenario for a server application is to have each major component of the server use its own Log instance. Cause messages to be logged (if the corresponding detail level is enabled) by calling appropriate methods (trace(), debug(), info(), warn(), error, and fatal()). For convenience, LogFactory also offers a static method getLog() that combines the typical two-step...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 37.1K bytes
    - Viewed (0)
  4. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar

    public static org.hamcrest.Matcher is(Class); public static org.hamcrest.Matcher isA(Class); } org/hamcrest/core/IsAnything.class package org.hamcrest.core; public synchronized class IsAnything extends org.hamcrest.BaseMatcher { private final String message; public void IsAnything(); public void IsAnything(String); public boolean matches(Object); public void describeTo(org.hamcrest.Description); public static org.hamcrest.Matcher anything(); public static org.hamcrest.Matcher anything(String); } org...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 44K bytes
    - Viewed (0)
  5. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.jar

    Be$Holder.class package org.junit.internal.management; final synchronized class ReflectiveThreadMXBe$Holder { static final reflect.Method getThreadCpuTimeMeth; static final reflect.Method isThreadCpuTimeSuppo; private static final String FAILURE_MESSAGE = Unable to access ThreadMXBean; private void ReflectiveThreadMXBe$Holder(); static void <clinit>(); } org/junit/internal/management/ManagementFactory$ThreadHolder.class package org.junit.internal.management; final synchronized class ManagementFactory$ThreadHolder...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 19 19:08:55 GMT 2023
    - 373.7K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar

    NOT_MATCHED Method Summary abstract <U> Condition<U> and(Condition.Step<? super T,U> mapping) static <T> Condition<T> matched(T theValue, Description mismatch) boolean matching(Matcher<T> match) abstract boolean matching(Matcher<T> match, java.lang.String message) static <T> Condition<T> notMatched() <U> Condition<U> then(Condition.Step<? super T,U> mapping) Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Field Detail...
    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