Package | com.gskinner.performance |
Class | public class TextLog |
Property | Defined by | ||
---|---|---|---|
out : Function
This function is called each time new text is logged, with a single param containing the new text.
| TextLog | ||
text : String
The full generated text from all of the tests run while this log has been active.
| TextLog |
Property | Defined by | ||
---|---|---|---|
currentTestSuite : TestSuite | TextLog | ||
performanceTest : PerformanceTest | TextLog |
Method | Defined by | ||
---|---|---|---|
TextLog(performanceTest:PerformanceTest = null)
Creates a new TextLog instance.
| TextLog |
currentTestSuite | property |
protected var currentTestSuite:TestSuite
out | property |
public var out:Function
This function is called each time new text is logged, with a single param containing the new text. Set to use trace by default.
performanceTest | property |
protected var performanceTest:PerformanceTest
text | property |
public var text:String
The full generated text from all of the tests run while this log has been active.
TextLog | () | constructor |
public function TextLog(performanceTest:PerformanceTest = null)
Creates a new TextLog instance. You can specify the PerformanceTest instance to log, or null to use the global instance.
ParametersperformanceTest:PerformanceTest (default = null )
|