ProcessStartListener ProcessPauseListener ProcessResumeListener ProcessUpdateListener ProcessErrorListener ProcessFinishListener
XmlSocketTestListener writes-out received test execution information with
the xml socket.
The written-out information is formatted as follows:
This format is also expected by the Unit Test Task of As2ant, so you may easily use this test listener and the task in conjunction.
public function XmlSocketTestListener(host:String, port:Number)
Constructs a new XmlSocketTestListener instance.
If host is not specified, "localhost" is used. If
port is not specified, 3212 is used.
host | the host of the connection to open |
port | the port of the connection to open |