Table of Contents

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 DiffResult

The actual change.

expected DiffResult

The expected change.

message string

An error message explaining the context of the assertion.

.NET Foundation

Supported by the .NET Foundation.