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

NUnit.Framework.TestOfAttribute

Indicates the method or class the assembly, test fixture or test method is testing.
namespace NUnit.Framework { } namespace NUnit.Framework { public class TestOfAttribute : PropertyAttribute { public TestOfAttribute(Type type); public TestOfAttribute(string typeName); } }