Class StatelessTestClient

All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
BasicStatelessLocalTestClient, BasicStatelessTestClient, StatelessContextLookupTests, StatelessJndiEncTests, StatelessLocalBusinessIntfcTests, StatelessPojoContextLookupTests, StatelessRemoteBusinessIntfcTests, StatelessRmiIiopTests

public abstract class StatelessTestClient extends TestClient
  • Constructor Details

    • StatelessTestClient

      public StatelessTestClient(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