Package-level declarations

Contains functions necessary for the infix API to work properly due to Kotlin related bugs / or insufficient type inference capabilities.

Functions

Link copied to clipboard
infix inline fun <T> Expect<T>.it(noinline assertionCreator: Expect<T>.() -> Unit): Expect<T>

Can be used to create a group of sub assertions when using the fluent API.