Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testValueExtractionOfMissingPrefixedSuffixedProperty (0.22 seconds)

  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);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Wed Mar 26 19:31:34 GMT 2025
    - 19.4K bytes
    - Click Count (0)
Back to Top