doc / ch.tutteli.atrium.logic.assertions.impl / LazyThreadUnsafeAssertionGroup / <init>

<init>

LazyThreadUnsafeAssertionGroup(assertionCreator: () -> AssertionGroup)

Represents an AssertionGroup which is evaluated lazily where the lazy loading is not thread safe.

Parameters

assertionCreator - The factory function which is used for lazy loading.

Constructor
Represents an AssertionGroup which is evaluated lazily where the lazy loading is not thread safe.