Skip to content

PonyTest

[Source]

Main test framework actor that organises tests, collates information and prints results.

actor tag PonyTest

Constructors

create

[Source]

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


Public Behaviours

apply

[Source]

Run the given test, subject to our filters and options.

be apply(
  test: UnitTest iso)

Parameters