Show / Hide Table of Contents

Class TestFrameworkDiscovererAttribute

Decorates an implementation of that is used to determine which test framework is used to discover and run tests.

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

Constructors

| Improve this Doc View Source

TestFrameworkDiscovererAttribute(String, String)

Initializes an instance of TestFrameworkDiscovererAttribute.

Declaration
public TestFrameworkDiscovererAttribute(string typeName, string assemblyName)
Parameters
Type Name Description
String typeName

The fully qualified type name of the discoverer (f.e., 'Xunit.Sdk.DataDiscoverer')

String assemblyName

The name of the assembly that the discoverer type is located in, without file extension (f.e., 'xunit.execution')

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