Show / Hide Table of Contents

Class TestCaseOrdererAttribute

Used to decorate an assembly, test collection, or test class to allow the use of a custom ITestCaseOrderer.

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

Constructors

| Improve this Doc View Source

TestCaseOrdererAttribute(String, String)

Initializes a new instance of the TestCaseOrdererAttribute class.

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

The type name of the orderer class (that implements ITestCaseOrderer).

String ordererAssemblyName

The assembly that ordererTypeName exists in.

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