Classes
Methods
(static) TestSuite.create(name) → {TestSuite}
Create and return a new test suite.
Parameters:
Name | Type | Description |
---|---|---|
name |
string | the test suite name |
- Source:
Returns:
the created test suite
- Type
- TestSuite