Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testShouldNotThrowExceptionOnReferenceToValueContainingNakedExpression (0.25 sec)

  1. compat/maven-model-builder/src/test/java/org/apache/maven/model/interpolation/AbstractModelInterpolatorTest.java

            interpolator.interpolateModel(model, null, createModelBuildingRequest(context), collector);
            assertCollectorState(0, 1, 0, collector);
        }
    
        @Test
        public void testShouldNotThrowExceptionOnReferenceToValueContainingNakedExpression() throws Exception {
            Map<String, String> props = new HashMap<>();
            props.put("test", "test");
            Model model = new Model(org.apache.maven.api.model.Model.newBuilder()
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun Mar 30 23:08:36 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top