NUnit.Framework.AssertBase
Base class for different Assert, containing helper functions
namespace NUnit.Framework
{
public abstract class AssertBase
{
protected static string ConvertMessageWithArgs(string message, object[] args);
protected AssertBase();
}
}