interface IExplanatoryAssertionGroupType : IDoNotFilterAssertionGroupType
Represents the IAssertionGroupType for IAssertionGroups whose assertions are mainly
used to explain something -- it is not of importance whether they hold or not and thus such IAssertionGroups should
always return true
for holds.
object ExplanatoryAssertionGroupType : IExplanatoryAssertionGroupType
The IAssertionGroupType for IAssertionGroups whose assertions are used to explain
something rather than pointing something out -- accordingly the IAssertionGroup.holds should always return |
|
object WarningAssertionGroupType : IExplanatoryAssertionGroupType
The IAssertionGroupType for IAssertionGroups whose assertions are used to state a warning rather than making an assumption. |