Contains functions necessary for the infix API to work due to Kotlin related bugs / or insufficient type inference capabilities .
infix fun <T> Expect<T>.it(assertionCreator: Expect<T>.() -> Unit): Expect<T>
Can be used to create a group of sub assertions when using the fluent API. |