Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testShouldNotHaveDuplicates (0.17 sec)

  1. impl/maven-core/src/test/java/org/apache/maven/di/DiTest.java

    import static org.junit.jupiter.api.Assertions.assertInstanceOf;
    import static org.junit.jupiter.api.Assertions.assertNotNull;
    
    public class DiTest {
    
        // return true to run the test
        static boolean testShouldNotHaveDuplicates() {
            return true;
        }
    
        @Nested
        class DiTest1 {
    
            PlexusContainer container;
    
            @BeforeEach
            void setup() throws Exception {
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Mon Feb 10 23:18:32 UTC 2025
    - 12.4K bytes
    - Viewed (0)
Back to top