Fluent Assertions Documentation
FluentAssertions Assembly / FluentAssertions.Execution Namespace / AssertionFailedException Class / AssertionFailedException Constructor
The mandatory exception message
In This Topic
    AssertionFailedException Constructor
    In This Topic
    Represents the default exception in case no test framework is configured.
    Syntax
    public AssertionFailedException( 
       string message
    )

    Parameters

    message
    The mandatory exception message
    Remarks
    mandatory
    Supported Frameworks
    mandatory
    See Also