Main test framework actor that organises tests, collates information and prints results.
actor tag PonyTest
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^
Run the given test, subject to our filters and options.
be apply( test: UnitTest iso)
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ponytest-PonyTest