object AssertionCollector
class Collector |
val doNotThrowIfNoAssertionIsCollected: Collector
Choosing this option will ignore use cases where not a single IAssertion was collected. |
|
val throwIfNoAssertionIsCollected: Collector
Choosing this option causes the AssertionCollector to throw an IllegalArgumentException in case not a single IAssertion was collected. |