toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.model.xunit
/
PyTestXMLFile
/
TestSuite
Test
Suite
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
>
)
Members
Members & Extensions
Constructors
Test
Suite
Link copied to clipboard
constructor
(
errors
:
Int
,
failures
:
Int
,
hostname
:
String
,
name
:
String
,
skipped
:
Int
,
tests
:
Int
,
time
:
Duration
,
timestamp
:
Instant
,
testcases
:
List
<
PyTestXMLFile.TestCase
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
errors
Link copied to clipboard
val
errors
:
Int
failures
Link copied to clipboard
val
failures
:
Int
hostname
Link copied to clipboard
val
hostname
:
String
name
Link copied to clipboard
val
name
:
String
skipped
Link copied to clipboard
val
skipped
:
Int
testcases
Link copied to clipboard
val
testcases
:
List
<
PyTestXMLFile.TestCase
>
tests
Link copied to clipboard
val
tests
:
Int
time
Link copied to clipboard
val
time
:
Duration
timestamp
Link copied to clipboard
val
timestamp
:
Instant
Functions
to
XUnit
Repr
Link copied to clipboard
private
fun
PyTestXMLFile.TestSuite
.
toXUnitRepr
(
)
:
XUnitReport.TestSuite