Table of Contents

Interface ITestAssembly

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

Represents a test assembly.

public interface ITestAssembly : IAssemblyMetadata
Inherited Members
Extension Methods
Xunit.Sdk.IAssemblyMetadataExtensions.SimpleAssemblyName(Xunit.Sdk.IAssemblyMetadata)

Remarks

Although most test frameworks will use an Assembly for the test assembly, this is not a requirement at this layer. Assembly is just an abstraction that represents a group of zero or more ITestCollections.

Properties

ModuleVersionID

Returns the module version ID of the test assembly. Used as the basis for randomization.