Source of unit tests for a PonyTest object. See package doc string for further information and example use.
trait ref TestList
Add all the tests in this suite to the given test object. Typically the implementation of this function will be of the form:
fun tests(test: PonyTest) => test(_TestClass1) test(_TestClass2) test(_TestClass3)
fun tag tests( test: PonyTest tag) : None val
© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/ponytest-TestList