Test exclusion is achieved by organising tests into groups. Each group can be exclusive, ie only one test is run at a time, or simultaneous, ie all tests are run concurrently.
trait tag _Group
Run the given test, or queue it and run later, as appropriate.
be apply( runner: _TestRunner tag)
The specified test has completed.
be _test_complete( runner: _TestRunner tag)
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ponytest-_Group