OOoRunner test harness

Uses of Class
lib.TestEnvironment

Packages that use TestEnvironment
base   
basicrunner   
lib   
 

Uses of TestEnvironment in base
 

Methods in base that return TestEnvironment
protected  TestEnvironment java_fat_service.getEnv(DescEntry entry, TestParameters param)
           
protected  TestEnvironment java_fat.getEnv(DescEntry entry, TestParameters param)
           
 

Uses of TestEnvironment in basicrunner
 

Methods in basicrunner that return TestEnvironment
protected  TestEnvironment BasicTestCase.createTestEnvironment(TestParameters tParam, PrintWriter log)
          Create the environment for the test.
 

Methods in basicrunner with parameters of type TestEnvironment
protected  void BasicTestCase.cleanupTestEnvironment(TestParameters tParam, TestEnvironment tEnv, LogWriter log)
           
 TestResult BasicIfcTest.run(DescEntry xTestedEntry, TestEnvironment tEnv, TestParameters tParam)
          Let the test run.
 

Uses of TestEnvironment in lib
 

Fields in lib declared as TestEnvironment
protected  TestEnvironment MultiMethodTest.tEnv
          Contains the TestEnvironment being tested, to allow for tests to access it.
 

Methods in lib that return TestEnvironment
 TestEnvironment TestCase.getTestEnvironment(TestParameters tParam)
          Creates a TestEnvironment containing an instance of the implementation object and related objects needed to perform test.
protected abstract  TestEnvironment TestCase.createTestEnvironment(TestParameters tParam, PrintWriter log)
          Called to create an instance of TestEnvironment with an object to test and related objects.
 

Methods in lib with parameters of type TestEnvironment
 void TestCase.disposeTestEnvironment(TestEnvironment tEnv, TestParameters tParam)
          Disposes the TestEnvironment when it is not needed anymore.
protected  void TestCase.cleanupTestEnvironment(TestParameters Param, TestEnvironment tEnv, PrintWriter log)
          Called while disposing a TestEnvironment.
 void MultiMethodTest.disposeEnvironment(TestEnvironment tEnv)
          Disposes the test environment, which was corrupted by the test.
 TestResult MultiMethodTest.run(DescEntry entry, TestEnvironment tEnv, TestParameters tParam)
          Runs the interface test: its method tests.
 


OOoRunner test harness