Share via


TestDataSourceDiscoveryAttribute Class

Definition

Specifies how to discover ITestDataSource tests.

[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)]
public class TestDataSourceDiscoveryAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly)]
public class TestDataSourceDiscoveryAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class TestDataSourceDiscoveryAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=false)>]
type TestDataSourceDiscoveryAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
type TestDataSourceDiscoveryAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type TestDataSourceDiscoveryAttribute = class
    inherit Attribute
Public Class TestDataSourceDiscoveryAttribute
Inherits Attribute
Inheritance
TestDataSourceDiscoveryAttribute
Attributes

Constructors

TestDataSourceDiscoveryAttribute(TestDataSourceDiscoveryOption)

Initializes a new instance of the TestDataSourceDiscoveryAttribute class.

Properties

DiscoveryOption

Gets the discovery option.

Applies to