OutputParameters Class
Attribute of test method which defines output parameter names for this method

C# Syntax

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

System.Object
   System.Attribute
      HP.LFT.UnitTesting.OutputParameters

Public Constructors
 NameDescription
Public ConstructorOutputParameters ConstructorOutputParameters 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