Table of Contents

Interface IAssemblyMetadata

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

Represents metadata about a test assembly.

public interface IAssemblyMetadata
Extension Methods
Xunit.Sdk.IAssemblyMetadataExtensions.SimpleAssemblyName(Xunit.Sdk.IAssemblyMetadata)

Properties

AssemblyName

Gets the assembly name. May return a simple assembly name (i.e., "mscorlib"), or may return a fully qualified name (i.e., "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089").

AssemblyPath

Gets the on-disk location of the assembly under test.

ConfigFilePath

Gets the full path of the configuration file name, if one is present. May be null if there is no configuration file.

Traits

Gets the trait values associated with this test assembly. If there are none, or the framework does not support traits, this should return an empty dictionary (not null).

UniqueID

Gets the unique ID for this test assembly.