MultipazProject
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
MultipazProject
testapp
/
org.multipaz.testapp.multidevicetests
/
Results
/
Results
Results
constructor
(
plan
:
Plan
=
Plan.ALL_TESTS
,
currentTest
:
Test
?
=
null
,
numIterationsTotal
:
Int
=
0
,
numIterationsCompleted
:
Int
=
0
,
numIterationsSuccessful
:
Int
=
0
,
failedIterations
:
List
<
Int
>
=
listOf()
,
transactionTime
:
Timing
=
Timing()
,
scanningTime
:
Timing
=
Timing()
)