Package | com.gskinner.performance |
Class | public class XMLLog |
Property | Defined by | ||
---|---|---|---|
out : Function
Unlike TextLog, this function is only called when the CLOSE event is dispatched from the PerformanceTest.
| XMLLog | ||
xml : XML
The full generated XML from all of the tests run while this log has been active.
| XMLLog |
Property | Defined by | ||
---|---|---|---|
currentTestSuite : TestSuite | XMLLog | ||
performanceTest : PerformanceTest | XMLLog |
Method | Defined by | ||
---|---|---|---|
XMLLog(performanceTest:PerformanceTest = null, name:String = null)
Creates a new XMLLog instance.
| XMLLog |
currentTestSuite | property |
protected var currentTestSuite:TestSuite
out | property |
public var out:Function
Unlike TextLog, this function is only called when the CLOSE event is dispatched from the PerformanceTest. It is called with a single parameter containing the XML. It is set to trace by default.
performanceTest | property |
protected var performanceTest:PerformanceTest
xml | property |
public var xml:XML
The full generated XML from all of the tests run while this log has been active.
XMLLog | () | constructor |
public function XMLLog(performanceTest:PerformanceTest = null, name:String = null)
Creates a new XMLLog instance. You can specify the PerformanceTest instance to log, or null to use the global instance. You can also specify a name to use in the XML root node.
ParametersperformanceTest:PerformanceTest (default = null )
|
|
name:String (default = null )
|