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

<init>

LazyThreadUnsafeAssertionGroup(assertionCreator: () -> IAssertionGroup)

Represents an IAssertionGroup 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 IAssertionGroup which is evaluated lazily where the lazy loading is not thread safe.