TestDataSourceOptionsAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |