Package org.apache.maven.continuum.web.action.stub

Examples of org.apache.maven.continuum.web.action.stub.SummaryActionStub


    protected void setUp()
        throws Exception
    {
        super.setUp();

        action = new SummaryActionStub();

        continuum = mock( Continuum.class );

        configurationService = mock( ConfigurationService.class );
View Full Code Here


    private Mock buildsManager;

    protected void setUp()
    {
        action = new SummaryActionStub();

        continuum = mock( Continuum.class );

        configurationService = mock( ConfigurationService.class );
View Full Code Here

TOP

Related Classes of org.apache.maven.continuum.web.action.stub.SummaryActionStub

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.