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 ->
unit ->
t
make ?package ?timestamp ?hostname ?system_out ?system_err
~name ()
creates a testsuite.
Attributes
val add_testcases : Testcase.t list -> t -> t
val add_properties : Property.t list -> t -> t