TestCase

A test case object can be used to create a single test.

package

Default

Methods

__construct

__construct() 

Create a test case.

create( $arg0,  $arg1) : \io\vertx\jphp\ext\unit\TestCase
static

Arguments

$arg0

string

$arg1

callable

Response

\io\vertx\jphp\ext\unit\TestCase

the created test case