Table of Contents

Class AssertFailedException

Namespace
MADE.Testing
Assembly
MADE.Testing.dll

Defines an exception that is thrown when an assertion fails.

public class AssertFailedException : Exception, ISerializable
Inheritance
AssertFailedException
Implements
Inherited Members
Extension Methods

Constructors

AssertFailedException(string)

Initializes a new instance of the AssertFailedException class.

public AssertFailedException(string message)

Parameters

message string

The message that describes the assertion failure.