Methods
assertTrue()
assert*(...) functions return nothing if the assertion is true and throw an Error if the assertion is false
- Source:
(async) run() → {Object}
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
passed |
bool | ||
context |
Object |
<optional> |
a set of key:value pairs for communicating more info to test harnasses |
- Source:
Returns:
- Type
- Object