Fluent Assertions Documentation
FluentAssertions.Configuration Namespace / TestFramework Enumeration
In This Topic
    TestFramework Enumeration
    In This Topic
    The test frameworks supported by Fluent Assertions.
    Syntax
    public enum TestFramework : System.Enum 
    Members
    MemberValueDescription
    MSpec5 
    MsTest3 
    NUnit4 
    TUnit2 
    XUnit20 
    XUnit31 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FluentAssertions.Configuration.TestFramework

    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