共用方式為


TestDataSourceOptionsAttribute Class

Definition

Specifies options for all ITestDataSource of the current assembly.

[System.AttributeUsage(System.AttributeTargets.Assembly, Inherited=false)]
public sealed class TestDataSourceOptionsAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, Inherited=false)>]
type TestDataSourceOptionsAttribute = class
    inherit Attribute
Public NotInheritable Class TestDataSourceOptionsAttribute
Inherits Attribute
Inheritance
TestDataSourceOptionsAttribute
Attributes

Remarks

These options can be override by individual ITestDataSource attribute.

Constructors

TestDataSourceOptionsAttribute(TestDataSourceUnfoldingStrategy)

Initializes a new instance of the TestDataSourceOptionsAttribute class.

Properties

UnfoldingStrategy

Gets the test unfolding strategy.

Applies to