Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testWithNegatedValueUserProperty (0.17 seconds)

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

            assertActivation(false, profile, newContext(null, newProperties("other", "")));
        }
    
        @Test
        void testWithNegatedValueUserProperty() throws Exception {
            Profile profile = newProfile("prop", "!value");
    
            assertActivation(false, profile, newContext(newProperties("prop", "value"), null));
    
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Mar 21 04:56:21 GMT 2025
    - 5.7K bytes
    - Click Count (0)
Back to Top