Fluent Assertions Documentation
FluentAssertions.Types Namespace / ConstructorInfoAssertions Class / ConstructorInfoAssertions Constructor
The constructorInfo from which to select properties.
In This Topic
    ConstructorInfoAssertions Constructor
    In This Topic
    Initializes a new instance of the ConstructorInfoAssertions class.
    Syntax
    public ConstructorInfoAssertions( 
       ConstructorInfo constructorInfo,
       AssertionChain assertionChain
    )

    Parameters

    constructorInfo
    The constructorInfo from which to select properties.
    assertionChain
    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