doc / ch.tutteli.atrium.assertions / IExplanatoryAssertionGroupType

IExplanatoryAssertionGroupType

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.

Inheritors

ExplanatoryAssertionGroupType

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 true.

WarningAssertionGroupType

object WarningAssertionGroupType : IExplanatoryAssertionGroupType

The IAssertionGroupType for IAssertionGroups whose assertions are used to state a warning rather than making an assumption.