Property UniqueID
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
UniqueID
Gets the unique ID for this test class.
string UniqueID { get; }
Property Value
Remarks
The unique identifier for a test class should be able to discriminate among test classes in the same test assembly. This identifier should remain stable until such time as the developer changes some fundamental part of the identity (assembly, collection, or test class). Recompilation of the test assembly is reasonable as a stability changing event.