<PackageReference Include="NUnit" Version="3.7.0" />

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 (); }