Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for regex (0.12 sec)

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

     org/hamcrest/core/DescribedAs.java /* Copyright (c) 2000-2006 hamcrest.org */ package org.hamcrest.core; import org.hamcrest.BaseMatcher; import org.hamcrest.Description; import org.hamcrest.Factory; import org.hamcrest.Matcher; import java.util.regex.Pattern; import static java.lang.Integer.parseInt; /** * Provides a custom description to another matcher. */ public class DescribedAs<T> extends BaseMatcher<T> { private final String descriptionTemplate; private final Matcher<T> matcher; private final...
    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)
Back to top