LazyThreadUnsafeAssertionGroup
class LazyThreadUnsafeAssertionGroup(assertionCreator: () -> AssertionGroup) : 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.
Constructors
Link copied to clipboard
Represents an AssertionGroup which is evaluated lazily where the lazy loading is not thread safe.