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