Table of Contents

Enum SnapshotBomHandling

Namespace
SnapshotAssertions
Assembly
SnapshotAssertions.dll

How a leading byte-order-mark is handled during snapshot comparison.

public enum SnapshotBomHandling

Fields

PreserveBom = 1

Preserve any BOM bytes; treat them as part of the content for comparison purposes.

StripBom = 0

Strip a UTF-8 BOM from both actual and expected content before comparison. Default.