class InvisibleAssertionGroup : EmptyNameAndSubjectAssertionGroup
Represents an IAssertionGroup with an InvisibleAssertionGroupType, which means the grouping should be invisible in reporting.
InvisibleAssertionGroup(assertions: List<IAssertion>)
Represents an IAssertionGroup with an InvisibleAssertionGroupType, which means the grouping should be invisible in reporting. |
open val assertions: List<IAssertion>
The assertions of this group, which are defined for subject. |
|
open val name: ITranslatable
Untranslatable of an empty string. |
|
open val subject: Any
The empty string. |
|
open val type: IAssertionGroupType
The type of the group, e.g. RootAssertionGroupType. |