- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for CustomMatcher (0.2 sec)
-
maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
theInstance(Object); public static Matcher containsString(String); public static Matcher startsWith(String); public static Matcher endsWith(String); } org/hamcrest/CustomMatcher.class package org.hamcrest; public abstract synchronized class CustomMatcher extends BaseMatcher { private final String fixedDescription; public void CustomMatcher(String); public final void describeTo(Description); } org/hamcrest/CustomTypeSafeMatche.class package org.hamcrest; public abstract synchronized class CustomTypeSafeMatche...
Archive - Registered: 2023-12-03 03:35 - Last Modified: 2022-10-02 08:41 - 44K bytes - Viewed (0) -
maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar
matches if the examined String contains the specified String anywhere. CoreMatchers - Class in org.hamcrest CoreMatchers() - Constructor for class org.hamcrest.CoreMatchers CustomMatcher<T> - Class in org.hamcrest Utility class for writing one off matchers. CustomMatcher(String) - Constructor for class org.hamcrest.CustomMatcher CustomTypeSafeMatche<T> - Class in org.hamcrest Utility class for writing one off matchers. CustomTypeSafeMatche(String) - Constructor for class org.hamcrest.CustomTypeSafeMatche...
Archive - Registered: 2023-12-03 03:35 - Last Modified: 2022-10-02 08:41 - 236.8K bytes - Viewed (0) -
maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar
org.hamcrest.Matcher<java.lang.String> endsWith(java.lang.String suffix) { return org.hamcrest.core.StringEndsWith.endsWith(suffix); } } org/hamcrest/CustomMatcher.java org/hamcrest/CustomMatcher.java package org.hamcrest; /** * Utility class for writing one off matchers. * For example: * <pre> * Matcher<String> aNonEmptyString = new CustomMatcher<String>("a non empty string") { * public boolean matches(Object object) { * return ((object instanceof String) && !((String) object).isEmpty();...
Archive - Registered: 2023-12-03 03:35 - Last Modified: 2022-10-02 08:41 - 31.9K bytes - Viewed (0)