Fluent Assertions Documentation
Inheritance Hierarchy
In This Topic
    FluentAssertions.Equivalency.Tracing Namespace
    In This Topic
    Classes
     ClassDescription
    Class 
    ClassExposes tracing capabilities that can be used by the implementation of the equivalency algorithm when an ITraceWriter is provided.
    Interfaces
     InterfaceDescription
    InterfaceRepresents an object that is used by the Tracer class to receive tracing statements on what is happening during a structural equivalency comparison.
    Delegates
     DelegateDescription
    Delegate 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.
    See Also