Interface org.as2lib.test.speed.ConfigurableTestSuiteResult

org.as2lib.core.BasicInterface
   +--org.as2lib.test.speed.TestResult
      +--org.as2lib.test.speed.TestSuiteResult
         +--org.as2lib.test.speed.ConfigurableTestSuiteResult

Description

ConfigurableTestSuiteResult declares methods needed to configure test suites.

Method Index

addTestResult()

Inherited from TestSuiteResult

getAllMethodInvocations(), getAverageTime(), getMethodInvocationCount(), getMethodInvocationPercentage(), getTestResultCount(), getTestResults(), hasMethodInvocations(), hasTestResults(), sort()

Inherited from TestResult

getName(), getTime(), getTimePercentage()

Inherited from BasicInterface

toString()

Method Detail

addTestResult

public function addTestResult(testResult:TestResult):Void

Adds a new test result.

Parameters

testResultthe new test result to add