Class DiffChangeAssertException
- Namespace
- Bunit
- Assembly
- Bunit.Web.dll
Represents an diff change assertion that has failed.
public sealed class DiffChangeAssertException : ActualExpectedAssertException, ISerializable
- Inheritance
-
DiffChangeAssertException
- Implements
- Inherited Members
- Extension Methods
Constructors
DiffChangeAssertException(DiffResult, DiffResult, string)
Initializes a new instance of the DiffChangeAssertException class.
public DiffChangeAssertException(DiffResult actual, DiffResult expected, string message)
Parameters
actualDiffResultThe actual change.
expectedDiffResultThe expected change.
messagestringAn error message explaining the context of the assertion.