LazyThreadUnsafeAssertionGroup

constructor(assertionCreator: () -> AssertionGroup)(source)

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.