Module TestgenIO
val mk : 'a InputSystem.t -> TransSys.t -> string -> string -> string -> 'a tval rm : 'a t -> unitCloses internal file descriptors.
val testcase_count : 'a t -> intThe number of testcases generated.
val error_count : 'a t -> intThe number of errors generated.
val log_testcase : 'a t -> Scope.t list list -> Model.t -> Numeral.t -> unitlog_testcase t modes model klogs a test case of lengthkrepresented by modelmodeland activating modesmodesusing the info int.
val log_deadlock : 'a t -> Scope.t list list -> Model.t -> Numeral.t -> unitlog_deadlock t modes model klogs a deadlock trace of lengthkrepresented by modelmodeland activating modesmodesusing the info int.
val log_test_glue_file : string -> string -> (string * (Lib.position * int) list * (string * Lib.position * int) list) -> string -> string list -> unitLogs the top level XML glue file.