Show / Hide Table of Contents

Class TestCollectionOrdererAttribute

Used to decorate an assembly to allow the use of a custom Xunit.Sdk.ITestCollectionOrderer.

Inheritance
Object
TestCollectionOrdererAttribute
Namespace: Xunit
Assembly: xunit.core.dll
Syntax
public sealed class TestCollectionOrdererAttribute : Attribute

Constructors

| Improve this Doc View Source

TestCollectionOrdererAttribute(String, String)

Initializes a new instance of the TestCollectionOrdererAttribute class.

Declaration
public TestCollectionOrdererAttribute(string ordererTypeName, string ordererAssemblyName)
Parameters
Type Name Description
String ordererTypeName

The type name of the orderer class (that implements Xunit.Sdk.ITestCollectionOrderer).

String ordererAssemblyName

The assembly that ordererTypeName exists in.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX