Interface org.as2lib.test.unit.Test

org.as2lib.core.BasicInterface
   +--org.as2lib.test.unit.Test

Description

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.

Method Index

getResultFactory(), run()

Inherited from BasicInterface

toString()

Method Detail

run

public function run():TestRunner

Runs the Test.

Return

TestRunner that run this test (including all informations about the run).

getResultFactory

public function getResultFactory(Void):TestResultFactory

Returns 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.

Return

Informations about the test.