hurok
Toggle table of contents
2.1.0
common
Platform filter
common
Switch theme
Search in API
hurok
hurok-base
/
com.ekezet.hurok.test
/
TestArgs
Test
Args
data
class
TestArgs
(
val
title
:
String
,
val
foobar
:
Boolean
?
=
null
)
:
Args
<
TestModel
>
Args used in library tests.
Members
Constructors
Test
Args
Link copied to clipboard
constructor
(
title
:
String
,
foobar
:
Boolean
?
=
null
)
Properties
foobar
Link copied to clipboard
val
foobar
:
Boolean
?
=
null
title
Link copied to clipboard
val
title
:
String
Functions
apply
To
Model
Link copied to clipboard
open
override
fun
applyToModel
(
model
:
TestModel
)
:
TestModel