package junit
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module Junit.TestsuiteSource
Contains the results of executing a testsuite.
Source
val make :
?package:string ->
?timestamp:Ptime.t ->
?hostname:string ->
?system_out:string ->
?system_err:string ->
name:string ->
unit ->
tmake ?package ?timestamp ?hostname ?system_out ?system_err ~name () creates a testsuite.
Attributes