class LazyThreadUnsafeBasicAssertion : DescriptiveAssertion
Represents a DescriptiveAssertion which is evaluated lazily where the lazy loading is not thread safe.
LazyThreadUnsafeBasicAssertion(assertionCreator: () -> DescriptiveAssertion)
Represents a DescriptiveAssertion which is evaluated lazily where the lazy loading is not thread safe.  | 
val description: <ERROR CLASS>
The complementary description to the expected result such as   | 
|
val expected: <ERROR CLASS>
The expected result.  | 
fun holds(): <ERROR CLASS>
Indicates whether the assertion holds or not.  |