OOoRunner test harness

Uses of Class
lib.TestResult

Packages that use TestResult
basicrunner   
lib   
 

Uses of TestResult in basicrunner
 

Fields in basicrunner declared as TestResult
protected  TestResult BasicIfcTest.tRes
          The result orf the test
 

Methods in basicrunner that return TestResult
 TestResult BasicIfcTest.run(DescEntry xTestedEntry, TestEnvironment tEnv, TestParameters tParam)
          Let the test run.
 

Uses of TestResult in lib
 

Fields in lib declared as TestResult
protected  TestResult MultiMethodTest.tRes
          Contains the TestResult instance for the interface test to collect information about methods test.
 

Methods in lib that return TestResult
 TestResult MultiMethodTest.run(DescEntry entry, TestEnvironment tEnv, TestParameters tParam)
          Runs the interface test: its method tests.
 


OOoRunner test harness