- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Munn (0.15 sec)
-
maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
<developer> <id>smgfreeman</id> <name>Steve Freeman</name> <roles> <role>Developer</role> </roles> </developer> <developer> <id>neildunn</id> <name>Neil Dunn</name> <roles> <role>Developer</role> </roles> </developer> <developer> <id>scarytom</id> <name>Tom Denley</name> <roles> <role>Developer</role>
Plain Text - Registered: 2023-12-03 03:35 - Last Modified: 2022-10-02 08:41 - 1.9K bytes - Viewed (0) -
maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar
instanceof String) && !((String) object).isEmpty(); * } * }; * </pre> * <p> * This class is designed for scenarios where an anonymous inner class * matcher makes sense. It should not be used by API designers implementing * matchers. * * @author Neil Dunn * @see CustomTypeSafeMatche for a type safe variant of this class that you probably * want to use. * @param <T> The type of object being matched. */ public abstract class CustomMatcher<T> extends BaseMatcher<T> { private final String fixedDescription;...
Archive - Registered: 2023-12-03 03:35 - Last Modified: 2022-10-02 08:41 - 31.9K bytes - Viewed (0) -
maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar
matches(Object object) { return ((object instanceof String) && !((String) object).isEmpty(); } }; This class is designed for scenarios where an anonymous inner class matcher makes sense. It should not be used by API designers implementing matchers. Author: Neil Dunn See Also: for a type safe variant of this class that you probably want to use. Constructor Summary CustomMatcher(java.lang.String description) Method Summary void describeTo(Description description) Generates a description of the object. Methods inherited...
Archive - Registered: 2023-12-03 03:35 - Last Modified: 2022-10-02 08:41 - 236.8K bytes - Viewed (0)