atom
Source: /avail/Avail/Unit Testing/Definers
Categories: Unit Testing
Define a unit test suite.
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | id | atom | The identifier of the test suite. | |
| Returns | ⊤ | Raises | ||
| test-suite-already-exists exception | If id references an existing unit test suite. | |||
| no-such-test-element exception | If the (optional) parent test suite identifiers does not reference an existing unit test suite. | |||