IResultPrinter
ITestListener
XmlSocketResultPrinter
writes-out received test execution information with
the xml socket.
This result printer is intended to be used with the Unit Test Task.
public function XmlSocketResultPrinter(host:String, port:Number)
Constructs a new XmlSocketResultPrinter
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 |