Class org.as2lib.test.unit.TestCaseHelper

org.as2lib.core.BasicClass
   +--org.as2lib.test.unit.TestCase
      +--org.as2lib.test.unit.TestCaseHelper

Field Index

Inherited from TestCase

DEFAULT_MAX_DIFF

Method Index

new TestCaseHelper()

blockCollecting(), getTestRunner()

Inherited from TestCase

getResultFactory(), run(), setTestRunner(), setUp(), tearDown()

Inherited from BasicClass

toString()

Constructor Detail

TestCaseHelper

public function TestCaseHelper(testCase:TestCase)

Method Detail

blockCollecting

static public function blockCollecting(Void):Boolean

getTestRunner

public function getTestRunner(Void):TestRunner

Description copied from TestCase

Getter for the testrunner. The testrunner represents the context of the actual method. The testrunner is usually only available within a testunit run.

Overrides

getTestRunner() in org.as2lib.test.unit.TestCase