Package org.jboss.ejb3.core.test.ejbthree1828

Examples of org.jboss.ejb3.core.test.ejbthree1828.FirstStateless.mult()


  
   @Test
   public void test1() throws NamingException
   {
      FirstStateless bean = lookup("FirstStatelessBean/local", FirstStateless.class);
      int actual = bean.mult(13, 17);
      assertEquals(221, actual);
   }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.