DataTestMethodAttribute 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.
Attribute for data driven test where data can be specified in-line.
public ref class DataTestMethodAttribute : Microsoft::VisualStudio::TestTools::UnitTesting::TestMethodAttribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)]
public class DataTestMethodAttribute : Microsoft.VisualStudio.TestTools.UnitTesting.TestMethodAttribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false)>]
type DataTestMethodAttribute = class
inherit TestMethodAttribute
Public Class DataTestMethodAttribute
Inherits TestMethodAttribute
- Inheritance
- Attributes
Constructors
DataTestMethodAttribute() |
Properties
DisplayName |
Gets display Name for the Test Window (Inherited from TestMethodAttribute) |
Methods
Execute() |
Executes a test method. (Inherited from TestMethodAttribute) |