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
actual
DiffResultThe actual change.
expected
DiffResultThe expected change.
message
stringAn error message explaining the context of the assertion.