interface BulletPointIdentifier
(source)
A marker interface for types which can be used to identify bullet points in CoreFactory.registerTextAssertionFormatterCapabilities.
interface AssertionGroupType : BulletPointIdentifier
Represents a type of an AssertionGroup. |
|
class PrefixFailingSummaryAssertion : BulletPointIdentifier
Represents the identifier for bullet points used to prefix Assertions which do not hold, in context of an AssertionGroup with type SummaryAssertionGroupType. |
|
class PrefixFeatureAssertionGroupHeader : BulletPointIdentifier
This class is only used as identifier for CoreFactory.registerTextAssertionFormatterCapabilities. |
|
class PrefixSuccessfulSummaryAssertion : BulletPointIdentifier
Represents the identifier for bullet points used to prefix Assertions which hold, in context of an AssertionGroup with type SummaryAssertionGroupType. |