Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testWithNegatedValue_UserProperty (0.68 sec)

  1. maven-model-builder/src/test/java/org/apache/maven/model/profile/activation/PropertyProfileActivatorTest.java

            assertActivation(false, profile, newContext(null, newProperties("other", "")));
        }
    
        @Test
        void testWithNegatedValue_UserProperty() throws Exception {
            Profile profile = newProfile("prop", "!value");
    
            assertActivation(false, profile, newContext(newProperties("prop", "value"), null));
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top