TestArgs

data class TestArgs(val title: String, val foobar: Boolean? = null)

Args used in library tests.

Constructors

Link copied to clipboard
constructor(title: String, foobar: Boolean? = null)

Properties

Link copied to clipboard
val foobar: Boolean? = null
Link copied to clipboard