NUnit.Framework.Assert
The Assert class contains a collection of static methods that
implement the most common assertions used in NUnit.
namespace NUnit.Framework
{
public class AssertionException : ResultStateException
{
public AssertionException(string message);
public AssertionException(string message, Exception inner);
protected AssertionException(SerializationInfo info, StreamingContext context);
}
}