LazyThreadUnsafeAssertionGroup

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
constructor(assertionCreator: () -> AssertionGroup)

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

Functions

Link copied to clipboard
open override fun holds(): Boolean

Properties

Link copied to clipboard
open override val assertions: List<Assertion>
Link copied to clipboard
open override val description: Translatable
Link copied to clipboard
open override val representation: Any
Link copied to clipboard
open override val type: AssertionGroupType