Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEntrySetValue (0.1 sec)

  1. compat/maven-embedder/src/test/java/org/apache/maven/cli/props/MavenPropertiesTest.java

            assertEquals(2, (Object) rawValue.size());
            assertEquals(KEY1A + " = " + VALUE1, rawValue.get(0));
            assertEquals(VALUE1, rawValue.get(1));
        }
    
        @Test
        public void testEntrySetValue() throws Exception {
            properties.put(KEY1, VALUE1);
    
            ByteArrayOutputStream baos = new ByteArrayOutputStream();
            properties.save(baos);
    
            properties = new MavenProperties();
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 16.4K bytes
    - Viewed (0)
Back to top