toggle menu
zinc-grader
2024.01.99
jvm
switch theme
search in API
runner-api
/
dev.ust.zinc.grader.model.xunit
/
XUnitReport
/
TestSuite
Test
Suite
data
class
TestSuite
(
val
name
:
String
,
val
displayName
:
String
,
val
tests
:
Int
,
val
failures
:
Int
,
val
skipped
:
Int
,
val
errors
:
Int
,
val
testcases
:
List
<
XUnitReport.TestCase
>
)
Members
Constructors
Test
Suite
Link copied to clipboard
constructor
(
name
:
String
,
displayName
:
String
,
tests
:
Int
,
failures
:
Int
,
skipped
:
Int
,
errors
:
Int
,
testcases
:
List
<
XUnitReport.TestCase
>
)
Properties
display
Name
Link copied to clipboard
val
displayName
:
String
errors
Link copied to clipboard
val
errors
:
Int
failures
Link copied to clipboard
val
failures
:
Int
name
Link copied to clipboard
val
name
:
String
skipped
Link copied to clipboard
val
skipped
:
Int
testcases
Link copied to clipboard
val
testcases
:
List
<
XUnitReport.TestCase
>
tests
Link copied to clipboard
val
tests
:
Int