Classes
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