IAssertionStrategy Interface Members
In This Topic
The following tables list the members exposed by IAssertionStrategy.
Public Properties
| Name | Description |
 | FailureMessages |
Returns the messages for the assertion failures that happened until now.
|
Top
Public Methods
| Name | Description |
 | DiscardFailures |
Discards and returns the failure messages that happened up to now.
|
 | HandleFailure |
Instructs the strategy to handle a assertion failure.
|
 | ThrowIfAny |
Will throw a combined exception for any failures have been collected.
|
Top
See Also