NUnit.Framework.TestDelegate
Delegate used by tests that execute code and
capture any thrown exception.
namespace NUnit.Framework
{
[Obsolete("Use Action instead of TestDelegate")]
public delegate void TestDelegate ();
}