Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / IEquivalencyValidationContext Interface
Properties Methods

In This Topic
    IEquivalencyValidationContext Interface Members
    In This Topic

    The following tables list the members exposed by IEquivalencyValidationContext.

    Public Properties
     NameDescription
     PropertyGets the INode of the member that returned the current object, or a null reference (Nothing in Visual Basic) if the current object represents the root object.  
     Property  
     Property A formatted phrase and the placeholder values explaining why the assertion is needed.  
     PropertyGets an object that can be used by the equivalency algorithm to provide a trace when the SelfReferenceEquivalencyOptions<TSelf>.WithTracing option is used.  
    Top
    Public Methods
     NameDescription
     MethodCreates a context from the current object intended to assert the equivalency of a collection item identified by index.  
     MethodCreates a context from the current object intended to assert the equivalency of a collection item identified by key.  
     Method Creates a context from the current object intended to assert the equivalency of a nested member.  
     Method Creates a deep clone of the current context.  
     Method Determines whether the specified object reference is a cyclic reference to the same object earlier in the equivalency validation.  
    Top
    See Also