Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            interpolator.interpolateModel(model, (Path) null, createModelBuildingRequest(context), collector);
            assertCollectorState(0, 1, 0, collector);
        }
    
        @Test
        public void testShouldNotThrowExceptionOnReferenceToValueContainingNakedExpression() throws Exception {
            Scm scm = Scm.newBuilder().connection("${test}/somepath").build();
            Map<String, String> props = new HashMap<>();
            props.put("test", "test");
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top