<PackageReference Include="NUnit" Version="3.0.0-alpha-2" />

TestDelegate

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