PonyTest [Src]
Main test framework actor that organises tests, collates information and prints results.
actor tag PonyTest
Constructors
create [Src]
new tag create(
env: Env val,
list: TestList tag)
: PonyTest tag^
Parameters
Returns
- PonyTest tag^
Public Behaviours
apply [Src]
Run the given test, subject to our filters and options.
be apply(
test: UnitTest iso)
Parameters
- test: UnitTest iso