toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.model.xunit
/
GradleJUnitXMLFile
/
GradleJUnitXMLFile
Gradle
JUnit
XMLFile
constructor
(
name
:
String
,
tests
:
Int
,
skipped
:
Int
,
failures
:
Int
,
errors
:
Int
,
timestamp
:
Instant
,
time
:
Duration
,
hostname
:
String
,
properties
:
List
<
GradleJUnitXMLFile.Property
>
,
testcases
:
List
<
GradleJUnitXMLFile.TestCase
>
,
systemOut
:
String
,
systemErr
:
String
)