Class | Description | |
---|---|---|
![]() | AssertionChain | Provides a fluent API to build simple or composite assertions, and which can flow from one assertion to another. |
![]() | AssertionFailedException | Represents the default exception in case no test framework is configured. |
![]() | AssertionScope | Represents an implicit or explicit scope within which multiple assertions can be collected. |
![]() | Continuation | Enables chaining multiple assertions on an AssertionScope. |
![]() | ContinuationOfGiven<TSubject> | Enables chaining multiple assertions from a AssertionChain.Given<T> call. |
![]() | FailReason | Represents the assertion fail reason. Contains the message and arguments for message's numbered placeholders. |
![]() | GivenSelector<T> | Represents a chaining object returned from AssertionChain to continue the assertion using an object returned by a selector. |
![]() | Reason | Represents the reason for a structural equivalency assertion. |