TestDelegate public sealed delegate TestDelegate : MulticastDelegate Delegate used by tests that execute code and capture any thrown exception. Documentation Code namespace NUnit.Framework { public delegate void TestDelegate (); }