Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testCurrentProject (0.09 seconds)

  1. impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/LifecycleModuleBuilderTest.java

    import static org.junit.jupiter.api.Assertions.assertNull;
    
    @PlexusTest
    class LifecycleModuleBuilderTest {
        @Inject
        PlexusContainer container;
    
        @Test
        void testCurrentProject() throws Exception {
            List<MavenProject> currentProjects = new ArrayList<>();
            MojoExecutorStub mojoExecutor = new MojoExecutorStub() {
                @Override
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 4.1K bytes
    - Click Count (0)
Back to Top