Unit Testing - Assert Library

The Assert class in Visual Studio Team System encapsulates a wide range of common comparisons and condition testing. Everything from comparing whether two Boolean values are equal to comparing whether two System.Data.DataSet objects are equal is contained within the Assert class. This class is an easy way to determine whether your unit tests have passed or failed.

Assert comparison conditions