Package org.gatein.pc.test.unit.protocol

Examples of org.gatein.pc.test.unit.protocol.Conversation


   }

   @Test
   public final void test() throws Exception
   {
      new Conversation(getBaseURL(), name).performInteractions();
   }
View Full Code Here


      }

      //
      try
      {
         new Conversation(deploymentURL, name).performInteractions();
      }
      finally
      {
         for (String deployment : deployments)
         {
View Full Code Here

TOP

Related Classes of org.gatein.pc.test.unit.protocol.Conversation

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.