Table of Contents

Interface IXunitTestAssembly

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Represents a test assembly from xUnit.net v3 based on reflection.

public interface IXunitTestAssembly : ITestAssembly, IAssemblyMetadata
Inherited Members

Properties

Assembly

Gets the assembly of this test assembly.

AssemblyFixtureTypes

Gets a list of fixture types associated with the test assembly.

BeforeAfterTestAttributes

Gets the IBeforeAfterTestAttributes attached to the test assembly.

CollectionBehavior

Gets the collection behavior associated with the assembly, if present.

CollectionDefinitions

Gets the collection definitions attached to the test assembly, by collection name.

TargetFramework

Gets the target framework the test assembly was compiled against. Will be in a form like ".NETFramework,Version=v4.7.2" or ".NETCoreApp,Version=v6.0".

TestCaseOrderer

Gets the test case orderer for the test assembly, if present.

TestCollectionOrderer

Gets the test collection orderer for the test assembly, if present.

Version

Gets the assembly version.