Fluent Assertions Documentation
FluentAssertions.Execution Namespace / AssertionChain Class / CallerIdentifier Property
In This Topic
    CallerIdentifier Property
    In This Topic
    The effective caller identifier including any prefixes and postfixes configured through WithCallerPostfix.
    Syntax
    public string CallerIdentifier {get;}
    Remarks
    Can be overridden with OverrideCallerIdentifier.
    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