Search
Preparing search index...
The search index is not available
@vertx/unit
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
TestCase
Class TestCase
A test case object can be used to create a single test.
Hierarchy
TestCase
Index
Methods
create
Methods
Static
create
create
(
name
:
string
, testCase
:
(
(
res
:
TestContext
)
=>
void
)
|
Handler
<
TestContext
>
)
:
TestCase
Create a test case.
Parameters
name:
string
testCase:
(
(
res
:
TestContext
)
=>
void
)
|
Handler
<
TestContext
>
Returns
TestCase
Globals
Async
Completion
Event
Bus
Collector
Failure
Report
Options
Reporting
Options
Test
Case
create
Test
Case
Report
Test
Completion
Test
Context
Test
Options
Test
Result
Test
Suite
Test
Suite
Report
Generated using
TypeDoc
A test case object can be used to create a single test.