Class SingletonTestClient

All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
BasicSingletonLocalTestClient, BasicSingletonTestClient, SingletonContextLookupTests, SingletonJndiEncTests, SingletonLocalBusinessIntfcTests, SingletonPojoContextLookupTests, SingletonRemoteBusinessIntfcTests, SingletonRmiIiopTests

public abstract class SingletonTestClient extends TestClient
  • Constructor Details

    • SingletonTestClient

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