interface AssertionCollector
(source)Responsible to collect assertions made in an assertionCreator
-lambda.
open fun <T>
Uses the Expect.maybeSubject and delegates to the other overload. abstract fun <T>
Use this function if you want to make Assertions about a feature or you perform a type transformation or any other action which results in an assertion container being created and you do not require this resulting container. |
|
abstract fun <T>
Use this function if you want to collect Assertions and use it as part of an AssertionGroup. |