Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / Comparands Class / GetExpectedType Method
In This Topic
    GetExpectedType Method
    In This Topic
    Returns either the run-time or compile-time type of the expectation based on the options provided by the caller.
    Syntax
    public Type GetExpectedType( 
       IEquivalencyOptions options
    )

    Parameters

    options
    Remarks
    If the expectation is a nullable type, it should return the type of the wrapped object.
    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