class LazyThreadUnsafeAssertionGroup : IAssertionGroup
Represents an IAssertionGroup which is evaluated lazily where the lazy loading is not thread safe.
LazyThreadUnsafeAssertionGroup(assertionCreator: () -> IAssertionGroup)
Represents an IAssertionGroup which is evaluated lazily where the lazy loading is not thread safe. |
val assertions: <ERROR CLASS>
The assertions of this group, which are defined for subject. |
|
val name: <ERROR CLASS>
The name of the group. |
|
val subject: <ERROR CLASS>
The subject for which the assertions are defined. |
|
val type: <ERROR CLASS>
The type of the group, e.g. RootAssertionGroupType. |
fun holds(): <ERROR CLASS>
Holds if all its assertions hold. |