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. |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET