DataTestMethodAttribute Constructors
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.
Overloads
DataTestMethodAttribute() |
Initializes a new instance of the DataTestMethodAttribute class. |
DataTestMethodAttribute(String) |
Initializes a new instance of the DataTestMethodAttribute class. |
DataTestMethodAttribute()
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
Initializes a new instance of the DataTestMethodAttribute class.
public DataTestMethodAttribute ();
Public Sub New ()
Applies to
DataTestMethodAttribute(String)
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
- Source:
- DataTestMethodAttribute.cs
Initializes a new instance of the DataTestMethodAttribute class.
public DataTestMethodAttribute (string? displayName);
new Microsoft.VisualStudio.TestTools.UnitTesting.DataTestMethodAttribute : string -> Microsoft.VisualStudio.TestTools.UnitTesting.DataTestMethodAttribute
Public Sub New (displayName As String)
Parameters
- displayName
- String
Display name for the test.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.