class LazyThreadUnsafeBasicAssertion : IBasicAssertion
Represents an IBasicAssertion which is evaluated lazily where the lazy loading is not thread safe.
LazyThreadUnsafeBasicAssertion(assertionCreator: () -> IBasicAssertion)
Represents an IBasicAssertion 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. |