module Tester: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.sig..end
val plan : int -> (unit -> unit) -> stringTestSimple.plan but returns
a string rather then printing to stdoutval no_plan : (unit -> unit) -> stringTestSimple.no_plan but returns
a string rather then printing to stdout