Module TestBuilder.Tester


module Tester: sig .. end
This module can be used to test the ouput of tests which are built with TestBuilder. This module is actually used in the TestSimple test suite to test itself.

val plan : int -> (unit -> unit) -> string
This replaces TestSimple.plan but returns a string rather then printing to stdout
val no_plan : (unit -> unit) -> string
This replaces TestSimple.no_plan but returns a string rather then printing to stdout