Table of Contents

Property UniqueID

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

UniqueID

Gets the unique ID for this test assembly.

string UniqueID { get; }

Property Value

string

Remarks

The unique identifier for a test assembly should be able to discriminate among test assemblies with their associated configuration file (so the same assembly with two different configuration files should have two different unique IDs). This identifier should remain stable until such time as the developer changes some fundamental part of the identity. Recompilation of the test assembly is reasonable as a stability changing event.