vertx / io.vertx.ext.unit / TestCase / create

create

open static fun create(name: String, testCase: Handler<TestContext>): TestCase

Create a test case.

Parameters

name - the test case name

testCase - the test case

Return
the created test case