Returns true if there is a pending unreported assertion failure.

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

Syntax

C#
public static bool IsFailurePending { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property IsFailurePending As Boolean

Remarks

This property is used in conjuction with the Multiple(Action) feature to determine whether there is a pending assertion failure yet to be reported within a multiple-assertion block.

See Also