Package org.jboss.test.server.profileservice.support

Examples of org.jboss.test.server.profileservice.support.MockMainDeployer


   protected void setUp() throws Exception
   {
      super.setUp();
      // Create profile service
      MockMainDeployer mainDeployer = new MockMainDeployer();
      MainDeployerAdapter adapter = new MainDeployerAdapter();
      adapter.setMainDeployer(mainDeployer);
      adapter.setAttachmentStore(new MockAttachmentStore());
      AbstractController parentController = new AbstractController();
      AbstractProfileService profileService = new AbstractProfileService(parentController);
View Full Code Here


      return new MockServer(config);
   }
  
   protected MainDeployer createMainDeployer()
   {
      return new MockMainDeployer();
  
View Full Code Here

TOP

Related Classes of org.jboss.test.server.profileservice.support.MockMainDeployer

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.