withAssertions

open fun withAssertions(assertion1: Assertion, assertion2: Assertion): R(source)

Uses the given assertion1 and assertion2 as AssertionGroup.assertions.


open fun withAssertions(assertion1: Assertion, assertion2: Assertion, assertion3: Assertion): R(source)

Uses the given assertion1, assertion2 and assertion3 as AssertionGroup.assertions.


abstract fun withAssertions(assertions: List<Assertion>): R(source)

Uses the given assertions as AssertionGroup.assertions.