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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.