Contains AssertionCollector.
interface AssertionCollector
Responsible to collect assertions made in a sub-AssertionPlant. |
|
interface AssertionCollectorForExplanation
Responsible to collect assertions made in a sub-AssertionPlant and intended for explanation. |
|
interface NonThrowingAssertionCollectorForExplanation : AssertionCollectorForExplanation
Represents an assertion collector meant for explanation which does not throw in case not a single Assertion was collected. |
|
interface ThrowingAssertionCollectorForExplanation : AssertionCollectorForExplanation
Represents an assertion collector meant for explanation which throws in case not a single Assertion was collected. |
val assertionCollector: AssertionCollector
The access point to an implementation of AssertionCollector. |
|
val nonThrowingAssertionCollectorForExplanation: NonThrowingAssertionCollectorForExplanation
The access point to an implementation of NonThrowingAssertionCollectorForExplanation. |
|
val throwingAssertionCollectorForExplanation: ThrowingAssertionCollectorForExplanation
The access point to an implementation of ThrowingAssertionCollectorForExplanation. |