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

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


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

        action = new ProjectGroupActionStub();
        continuum = mock( Continuum.class );
        rbac = mock( RBACManager.class );

        action.setContinuum( (Continuum) continuum.proxy() );
        action.setRbacManager( (RBACManager) rbac.proxy() );
View Full Code Here

TOP

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

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.