The test suite reports is basically a stream of events reporting the test suite execution.
package |
Default |
---|
__construct()
endHandler( $arg0) : $this
callable
$this
exceptionHandler( $arg0) : $this
callable
$this
a reference to this, so the API can be used fluently
fetch( $arg0) : $this
integer
$this
a reference to this, so the API can be used fluently
handler( $arg0) : $this
callable
$this
name() : string
string
the test suite name
pause() : $this
$this
pipe() : \io\vertx\jphp\ext\unit\report\Pipe<TestCaseReport>
The stream will be resumed when the pipe will be wired to a WriteStream
.
\io\vertx\jphp\ext\unit\report\Pipe
a pipe
pipeTo( $arg0, $arg1 = null) : void
param $dst [WriteStream
Pipe this ReadStream
to the WriteStream
.
Elements emitted by this stream will be written to the write stream until this stream ends or fails.
Once this stream has ended or failed, the write stream will be ended and the handler
will be
called with the result.
param $dst [WriteStream
WriteStream
callable
resume() : $this
$this