Class RiTestServer

java.lang.Object
org.apache.openejb.test.RiTestServer
All Implemented Interfaces:
TestServer

public class RiTestServer extends Object implements TestServer
The Client test suite needs the following environment variables to be set before it can be run. test.home server.classpath
  • Field Details

  • Constructor Details

    • RiTestServer

      public RiTestServer()
  • Method Details

    • init

      public void init(Properties props)
      Specified by:
      init in interface TestServer
    • destroy

      public void destroy()
    • start

      public void start()
      Starts and Ri Server with the configuration file from the properties used to create this RiTestServer.
      Specified by:
      start in interface TestServer
    • stop

      public void stop()
      Specified by:
      stop in interface TestServer
    • getContextEnvironment

      public Properties getContextEnvironment()
      Specified by:
      getContextEnvironment in interface TestServer