val throwIfNoAssertionIsCollected: Collector
Choosing this option causes the AssertionCollector to throw an IllegalArgumentException in case not a single IAssertion was collected.
Use doNotThrowIfNoAssertionIsCollected if such use cases should be ignored (no exception should be thrown).