Property TestClass
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
TestClass
Gets the test class that this test case belongs to; may be null if the test isn't backed by
a class, but will not be null if TestMethod is not null (and must be
the same instance returned via TestMethod).
ITestClass? TestClass { get; }