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