Package org.apache.continuum.buildagent.build.execution.maven.m2

Examples of org.apache.continuum.buildagent.build.execution.maven.m2.MavenTwoBuildExecutor


    }

    public void testMavenTwoBuildExecutorDependencyInjection()
        throws Exception
    {
        MavenTwoBuildExecutor executor = (MavenTwoBuildExecutor) builderManager.getBuildExecutor(
            MavenTwoBuildExecutor.ID );

        assertCommonFields( executor );
        assertNotNull( executor.getBuilderHelper() );
        assertNotNull( executor.getProjectHelper() );
        assertNotNull( executor.getConfigurationService() );
    }
View Full Code Here


    }

    public void testMavenTwoBuildExecutorDependencyInjection()
        throws Exception
    {
        MavenTwoBuildExecutor executor =
            (MavenTwoBuildExecutor) builderManager.getBuildExecutor( MavenTwoBuildExecutor.ID );

        assertCommonFields( executor );
        assertNotNull( executor.getBuilderHelper() );
        assertNotNull( executor.getProjectHelper() );
        assertNotNull( executor.getConfigurationService() );
    }
View Full Code Here

TOP

Related Classes of org.apache.continuum.buildagent.build.execution.maven.m2.MavenTwoBuildExecutor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.