ponytest TestList - tadashi9e/gmp4pony GitHub Wiki
Source of unit tests for a PonyTest object. See package doc string for further information and example use.
trait ref TestListAdd 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- test: PonyTest tag
- None val