Interface ITestMetadata
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Represents metadata about a test.
public interface ITestMetadata
Properties
- TestDisplayName
Gets the display name of the test.
- Traits
Gets the trait values associated with this test case. If there are none, or the framework does not support traits, this should return an empty dictionary (not
null
).
- UniqueID
Gets a unique identifier for the test.