Module: vertx-unit-js/test_case

vertx-unit-js/test_case

Source:

Classes

TestCase

Methods

<static> TestCase.create(name, testCase) → {TestCase}

Create a test case.
Parameters:
Name Type Description
name string the test case name
testCase function the test case
Source:
Returns:
the created test case
Type
TestCase