Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testValueExtractionOfMissingPrefixedSuffixedProperty (0.19 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java

                    "${PPEET_nonexisting_ps_property}-suffix",
                    "prefix-${PPEET_nonexisting_ps_property}-suffix",
                })
        void testValueExtractionOfMissingPrefixedSuffixedProperty(String missingPropertyExpression) throws Exception {
            Properties executionProperties = new Properties();
    
            ExpressionEvaluator ee = createExpressionEvaluator(null, null, executionProperties);
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Mar 26 19:31:34 UTC 2025
    - 19.4K bytes
    - Viewed (0)
Back to top