Fluent Assertions Documentation
FluentAssertions.Common Namespace / ValueFormatterDetectionMode Enumeration
In This Topic
    ValueFormatterDetectionMode Enumeration
    In This Topic
    Defines the modes in which custom implementations of FluentAssertions.Formatting.IValueFormatter are detected as configured through FluentAssertions.Configuration.GlobalFormattingOptions.
    Syntax
    public enum ValueFormatterDetectionMode : System.Enum 
    Members
    MemberValueDescription
    Disabled0 Detection is disabled.
    Scan2 All custom value formatters in any assembly loaded in the current AppDomain will be detected.
    Specific1Only custom value formatters exposed through the assembly set in FluentAssertions.Configuration.GlobalFormattingOptions.ValueFormatterAssembly are detected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FluentAssertions.Common.ValueFormatterDetectionMode

    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