Class OutputParameters
Attribute of test method which defines output parameter names for this method
Implements
Inherited Members
Namespace: HP.LFT.UnitTesting
Assembly: HP.LFT.UnitTesting.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public sealed class OutputParameters : Attribute, _Attribute
Constructors
OutputParameters(params string[])
OutputParameters constructor
Declaration
public OutputParameters(params string[] almParameterNames)
Parameters
| Type | Name | Description |
|---|---|---|
| string[] | almParameterNames | Sequence of output parameter names |