toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.model.xunit
/
PyTestXMLFile
Py
Test
XMLFile
data
class
PyTestXMLFile
(
val
testsuites
:
List
<
PyTestXMLFile.TestSuite
>
)
Members
Members & Extensions
Constructors
Py
Test
XMLFile
Link copied to clipboard
constructor
(
testsuites
:
List
<
PyTestXMLFile.TestSuite
>
)
Types
Companion
Link copied to clipboard
object
Companion
Test
Case
Link copied to clipboard
data
class
TestCase
(
val
classname
:
String
,
val
name
:
String
,
val
time
:
Duration
,
val
failures
:
List
<
XUnitReport.AbnormalResult
>
)
Test
Suite
Link copied to clipboard
data
class
TestSuite
(
val
errors
:
Int
,
val
failures
:
Int
,
val
hostname
:
String
,
val
name
:
String
,
val
skipped
:
Int
,
val
tests
:
Int
,
val
time
:
Duration
,
val
timestamp
:
Instant
,
val
testcases
:
List
<
PyTestXMLFile.TestCase
>
)
Properties
testsuites
Link copied to clipboard
val
testsuites
:
List
<
PyTestXMLFile.TestSuite
>
Functions
to
Report
Unit
Link copied to clipboard
fun
PyTestXMLFile
.
toReportUnit
(
)
:
XUnitReport