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