Class StatefulTestClient

All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
BasicStatefulLocalTestClient, BasicStatefulTestClient, SingletonAnnotatedFieldInjectionTests, SingletonFieldInjectionTests, SingletonSetterInjectionTests, StatefulContextLookupTests, StatefulFieldInjectionTests, StatefulJndiEncTests, StatefulLocalBusinessIntfcTests, StatefulPersistenceContextTests, StatefulPojoContextLookupTests, StatefulRemoteBusinessIntfcTests, StatefulRmiIiopTests, StatefulSetterInjectionTests, StatelessAnnotatedFieldInjectionTests, StatelessFieldInjectionTests, StatelessSetterInjectionTests

public abstract class StatefulTestClient extends TestClient
  • Constructor Details

    • StatefulTestClient

      public StatefulTestClient(String name)
  • Method Details

    • setUp

      protected void setUp() throws Exception
      Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
      Specified by:
      setUp in class TestClient
      Throws:
      Exception