Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / INode Interface / AdjustForRemappedSubject Method
The specific member in the subject that the current node should be remapped to.
In This Topic
    AdjustForRemappedSubject Method
    In This Topic
    Adjusts the current node to reflect a remapped subject member during a structural equivalency check. Ensures that assertion failures report the correct subject member name when the matching process selects a different member in the subject compared to the expectation.
    Syntax
    void AdjustForRemappedSubject( 
       IMember subjectMember
    )

    Parameters

    subjectMember
    The specific member in the subject that the current node should be remapped to.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also