class NullableEintrag<T : Any> : GroupWithNullableEntries<(Assert<T>.() -> Unit)?>
(source)
NullableEintrag(assertionCreator: (Assert<T>.() -> Unit)?) |
val assertionCreator: (Assert<T>.() -> Unit)? |
fun toList(): List<(Assert<T>.() -> Unit)?>
Returns the members of the group as List. |