Enum SnapshotBomHandling
- Namespace
- SnapshotAssertions
- Assembly
- SnapshotAssertions.dll
How a leading byte-order-mark is handled during snapshot comparison.
public enum SnapshotBomHandling
Fields
PreserveBom = 1Preserve any BOM bytes; treat them as part of the content for comparison purposes.
StripBom = 0Strip a UTF-8 BOM from both actual and expected content before comparison. Default.