assertTrue("statefulSession.getEJBHome() != null", statefulSession.getEJBHome() != null);
getLog().debug("ok");
getLog().debug(++test+"- "+"Calling Business Method A on StatefulSession... ");
getLog().debug(statefulSession.callBusinessMethodA());
getLog().debug(++test+"- "+"Calling Business Method A (state) on StatefulSession... ");
getLog().debug(statefulSession.callBusinessMethodA());
getLog().debug(++test+"- "+"Calling Business Method B (EJBObject) on StatefulSession... ");
getLog().debug(statefulSession.callBusinessMethodB());
getLog().debug(++test+"- "+"Calling Business Method B(String) on StatefulSession... ");
getLog().debug(statefulSession.callBusinessMethodB("of wisdom"));