Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testCacheClearance (0.27 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelperTest.java

            // We mainly verify that both calls work correctly
            assertTrue(time2 >= 0, "Expected " + time2 + " to be >= " + 0); // Just verify it completed
        }
    
        @Test
        void testCacheClearance() throws Exception {
            TestBean bean = new TestBean();
            PlexusConfiguration config = new XmlPlexusConfiguration("test");
            config.setValue("testValue");
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 12 14:59:46 UTC 2025
    - 8.7K bytes
    - Viewed (0)
Back to top