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