Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 84 for foo (0.13 sec)

  1. maven-core/src/test/java/org/apache/maven/toolchain/RequirementMatcherFactoryTest.java

        void testCreateExactMatcher() {
            RequirementMatcher matcher;
            matcher = RequirementMatcherFactory.createExactMatcher("foo");
            assertFalse(matcher.matches("bar"));
            assertFalse(matcher.matches("foobar"));
            assertFalse(matcher.matches("foob"));
            assertTrue(matcher.matches("foo"));
        }
    
        /**
         * Test of createVersionMatcher method, of class RequirementMatcherFactory.
         */
        @Test
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 2.3K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/apiv4-repo/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-sources.jar

    examined object are arrays of the same length and * contain items that are equal to each other (according to the above rules) <b>in the same * indexes</b>.</p> * <p/> * For example: * <pre> * assertThat("foo", equalTo("foo")); * assertThat(new String[] {"foo", "bar"}, equalTo(new String[] {"foo", "bar"})); * </pre> */ public static <T> org.hamcrest.Matcher<T> equalTo(T operand) { return org.hamcrest.core.IsEqual.<T>equalTo(operand); } /** * Creates a matcher that matches when the examined 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/imports-repo/t01/maven-test/jars/maven-test-a-1.1.jar

    foo...
    Archive
    - Registered: Sun Apr 14 03:35:08 GMT 2024
    - Last Modified: Wed Apr 29 05:20:38 GMT 2009
    - 4 bytes
    - Viewed (0)
  4. maven-compat/src/test/resources/inheritance-repo/t07/maven-test/jars/t07-d-1.1.jar

    foo...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  5. maven-compat/src/test/resources/inheritance-repo/t08/maven-test/jars/t08-d-1.0.jar

    foo...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  6. maven-compat/src/test/resources/inheritance-repo/t08/maven-test/jars/t08-d-1.2.jar

    foo...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  7. maven-compat/src/test/resources/inheritance-repo/t05/maven-test/jars/t05-d-1.0.jar

    foo...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  8. maven-compat/src/test/resources/inheritance-repo/t06/maven-test/jars/t06-d-1.0.jar

    foo...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  9. maven-compat/src/test/resources/inheritance-repo/t09/maven-test/jars/t09-c-1.0.jar

    foo...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
  10. maven-compat/src/test/resources/inheritance-repo/t10/maven-test/jars/t10-b-1.0.jar

    foo...
    Archive
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Oct 26 20:16:00 GMT 2009
    - 4 bytes
    - Viewed (0)
Back to top