Specify how many assertions are expected to run within a test.
Most useful when testing async code, where a failure usually prevents assertions to run at all.
Arguments:
| amount | Integer | |
|---|---|---|
| The number of assertions you expect to run. | ||