applyExpectations

fun <T> applyExpectations(startAt: Int, expectations: List<Expectation<T, *>>): ExpectationResult<T>

Apply each expectation of this list to the given context, starting at the given index.