Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Contains the results of executing a testsuite.
val make :
?package:string ->
?timestamp:Ptime.t ->
?hostname:string ->
?system_out:string ->
?system_err:string ->
name:string ->
t
Creates a testsuite.
Attributes
val add_testcases : Testcase.t list -> t -> t
val add_properties : Property.t list -> t -> t