Fluent Assertions Documentation
FluentAssertions.Equivalency.Tracing Namespace / GetTraceMessage Delegate
In This Topic
    GetTraceMessage Delegate
    In This Topic
    Defines a function that takes the full path from the root object until the current object in the equivalency operation separated by dots, and returns the trace message to log.
    Syntax
    public delegate string GetTraceMessage( 
       INode node
    )

    Parameters

    node
    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