public enum ValueFormatterDetectionMode : System.Enum
public enum ValueFormatterDetectionMode : System.Enum
Member | Value | Description |
---|---|---|
Disabled | 0 | Detection is disabled. |
Scan | 2 | All custom value formatters in any assembly loaded in the current AppDomain will be detected. |
Specific | 1 | Only custom value formatters exposed through the assembly set in FluentAssertions.Configuration.GlobalFormattingOptions.ValueFormatterAssembly are detected. |
System.Object
System.ValueType
System.Enum
FluentAssertions.Common.ValueFormatterDetectionMode
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