Fluent Assertions Documentation
FluentAssertions.Execution Namespace / IAssertionStrategy Interface
Properties Methods

In This Topic
    IAssertionStrategy Interface Members
    In This Topic

    The following tables list the members exposed by IAssertionStrategy.

    Public Properties
     NameDescription
     Property Returns the messages for the assertion failures that happened until now.  
    Top
    Public Methods
     NameDescription
     Method Discards and returns the failure messages that happened up to now.  
     Method Instructs the strategy to handle a assertion failure.  
     Method Will throw a combined exception for any failures have been collected.  
    Top
    See Also