Fluent Assertions Documentation
FluentAssertions Assembly / FluentAssertions.Primitives Namespace / ReferenceTypeAssertions<TSubject,TAssertions> Class


In This Topic
    ReferenceTypeAssertions<TSubject,TAssertions> Class Properties
    In This Topic

    For a list of all members of this type, see ReferenceTypeAssertions<TSubject,TAssertions> members.

    Public Properties
     NameDescription
    Public PropertyProvides access to the FluentAssertions.Execution.AssertionChain that this assertion class was initialized with.  
    Public Property Gets the object whose value is being asserted.  
    Top
    Protected Properties
     NameDescription
    Protected Property Returns the type of the subject the assertion applies on. It should be a user-friendly name as it is included in the failure message.  
    Top
    See Also