Table of Contents

Interface ITestAssembly

Namespace
Xunit.Sdk

Represents a test assembly.

public interface ITestAssembly : IAssemblyMetadata
Inherited Members
Extension Methods

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.

Guid ModuleVersionID { get; }

Property Value

Guid