An assertion failure is an immutable description of a failed assertion and its cause. It takes into account information about labeled values such as the expected and actual value.

Namespace:  Gallio.Framework.Assertions
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public class AssertionFailure : IMarkupStreamWritable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class AssertionFailure _
	Implements IMarkupStreamWritable

Remarks

Use an AssertionFailureBuilder to generate an instance of this type.

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Assertions..::.AssertionFailure

See Also