Interface org.as2lib.test.speed.ConfigurableTestSuiteResult

Description

ConfigurableTestSuiteResult declares methods needed to configure test suites.

Method Index

addTestResult()

Inherited from TestSuiteResult

Inherited from TestResult

Inherited from BasicInterface

Method Detail

addTestResult

public function addTestResult(testResult:TestResult):Void

Adds a new test result.

Parameters

testResultthe new test result to add