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

Examples of org.apache.continuum.web.action.stub.ViewBuildsReportActionStub


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

        action = new ViewBuildsReportActionStub();
        continuum = mock( Continuum.class );
        action.setContinuum( (Continuum) continuum.proxy() );
    }
View Full Code Here

TOP

Related Classes of org.apache.continuum.web.action.stub.ViewBuildsReportActionStub

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.