Class containing generic assert methods for the comparison of values and object references, the existence of objects within a collection type and basic object properties - for example, whether or not it is assignable to. Also contains a set of Fail asserts which will automatically fail a test straight away.

Namespace:  MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll) Version: 2.4.2.1407 (2.4.2.1407)

Syntax

C#
public sealed class Assert
Visual Basic (Declaration)
Public NotInheritable Class Assert

Inheritance Hierarchy

System..::.Object
  MbUnit.Framework..::.Assert

See Also