doc / ch.tutteli.atrium.creating / AssertionCollector / doNotThrowIfNoAssertionIsCollected

doNotThrowIfNoAssertionIsCollected

val doNotThrowIfNoAssertionIsCollected: Collector

Choosing this option will ignore use cases where not a single IAssertion was collected.

Use throwIfNoAssertionIsCollected if you want that AssertionCollector throws an IllegalArgumentException in such cases.