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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.