Fluent Assertions Documentation
FluentAssertions.Configuration Namespace / GlobalEquivalencyOptions Class / Plan Property
In This Topic
    Plan Property
    In This Topic
    Represents a mutable plan consisting of steps that are executed while asserting a (collection of) object(s) is structurally equivalent to another (collection of) object(s).
    Syntax
    public EquivalencyPlan Plan {get;}
    Remarks
    Members on this property are not thread-safe and should not be invoked from within a unit test. See the docs on how to safely use it.
    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