ParametersAttribute Class
Attribute of test method which defines input parameter names for this method

C# Syntax

[AttributeUsage(ValidOn=AttributeTargets.Method, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class ParametersAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      HP.LFT.UnitTesting.ParametersAttribute

Public Constructors
 NameDescription
Public ConstructorParametersAttribute ConstructorParametersAttribute constructor  
Top
Public Properties
 NameDescription
Public PropertyTypeId(Inherited from System.Attribute)
Top
Public Methods
 NameDescription
Public MethodEquals(Inherited from System.Attribute)
Public MethodGetHashCode(Inherited from System.Attribute)
Public MethodIsDefaultAttribute(Inherited from System.Attribute)
Public MethodMatch(Inherited from System.Attribute)
Top