FileDocCategorySizeDatePackage
ClientInterceptorTestCase.javaAPI DocJBoss 4.2.12008Fri Jul 13 20:53:10 BST 2007org.jboss.ejb3.test.clientinterceptor.unit

ClientInterceptorTestCase

public class ClientInterceptorTestCase extends org.jboss.test.JBossTestCase
Sample client for the jboss container.
author
Bill Burke
version
$Id: ClientInterceptorTestCase.java 60233 2007-02-03 10:13:23Z wolfc $

Fields Summary
Logger
log
static boolean
deployed
static int
test
Constructors Summary
public ClientInterceptorTestCase(String name)


     
   

      super(name);

   
Methods Summary
public static junit.framework.Testsuite()

      return JBossTestCase.getDeploySetup(ClientInterceptorTestCase.class, "clientinterceptor-test.jar");
   
public voidtestAll()

      StatelessRemote remote = (StatelessRemote)getInitialContext().lookup("StatelessBean/remote");
      remote.test();