Examples of SummaryActionStub


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

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

    private Mock buildsManager;

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

        continuum = mock( Continuum.class );

        configurationService = mock( ConfigurationService.class );
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.