Package org.jboss.test.kernel.deployment.support

Examples of org.jboss.test.kernel.deployment.support.MockServiceBinding


      return delegate;
   }

   public void testConfiguration() throws Throwable
   {
      MockServiceBinding binding = (MockServiceBinding)getBean("ServiceBinding");
      assertNotNull(binding);
      assertEquals("jboss.remoting:service=JMXConnectorServer,protocol=rmi", binding.getServiceName());
      assertEquals("SomeJBossBindAddress", binding.getHostName());
      assertEquals(1090, binding.getPort());
   }
View Full Code Here

TOP

Related Classes of org.jboss.test.kernel.deployment.support.MockServiceBinding

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.