org.as2lib.core.BasicInterface +--org.as2lib.test.unit.Test
Basic Class to be Extended by all Testcases. This class provides all Function to be used by traditional Testcases. It should used by all Testcases. It uses the Class "test.Failure" for Errors. This is a Subproject from www.as2lib.org.
public function run():TestRunnerRuns the Test.
TestRunner that run this test (including all informations about the run).
public function getResultFactory(Void):TestResultFactoryReturns the Information information sheet for the Result.
Warning: The Result might be not complete! The Result will get filled during the execution of the Testcase.
Informations about the test.