W3cubDocs

/Pony

_Group

[Source]

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

Public Behaviours

apply

[Source]

Run the given test, or queue it and run later, as appropriate.

be apply(
  runner: _TestRunner tag)

Parameters

Private Behaviours

_test_complete

[Source]

The specified test has completed.

be _test_complete(
  runner: _TestRunner tag)

Parameters

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ponytest-_Group