data class AssertionGroup : IAssertionGroup
Represents a group of IAssertions identified by a name and an associated subject. |
|
data class FeatureAssertionGroup : IFeatureAssertionGroup
Represents a group of IAssertion identified by a featureName and a belonging feature. |
|
interface IAssertion
The base interface of all assertions, providing the method holds. |
|
interface IAssertionGroup : IAssertion
The base interface for IAssertion groups, providing a default implementation for IAssertion.holds
which returns |
|
interface IFeatureAssertionGroup : IAssertion
The base interface for feature IAssertion groups, providing a default implementation for IAssertion.holds
which returns |
|
interface IMultiMessageAssertion : IAssertion
The base interface for IAssertions which have multiple Messages. |
|
interface IOneMessageAssertion : IAssertion
The base interface for IAssertions which have one Message. |
|
data class Message
Represents a message of an IAssertion. |
|
class OneMessageAssertion : IOneMessageAssertion
A default implementation for IOneMessageAssertion. |