Property Class
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Class
Gets the type that this test class refers to.
Type Class { get; }
Property Value
Remarks
This should only be used to execute a test class. All reflection should be abstracted here instead for better testability.