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

<init>

LazyThreadUnsafeBasicAssertion(assertionCreator: () -> DescriptiveAssertion)

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