W3cubDocs

/Pony

_ExclusiveGroup

[Source]

Test group in which we only ever have one test running at a time.

actor tag _ExclusiveGroup is
  _Group tag

Implements

Constructors

create

[Source]

new tag create()
: _ExclusiveGroup tag^

Returns

Public Behaviours

apply

[Source]

be apply(
  runner: _TestRunner tag)

Parameters

Private Behaviours

_test_complete

[Source]

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-_ExclusiveGroup