Fluent Assertions Documentation
FluentAssertions.Execution Namespace / AssertionChain Class / GetOrCreate Method
In This Topic
    GetOrCreate Method
    In This Topic
    Either starts a new assertion chain, or, when ReuseOnce was called, for once, will return an existing instance.
    Syntax
    public static AssertionChain GetOrCreate()
    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