OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.OutputAttribute Class Reference


Specifies that a TestStep property is an output parameter. This property is expected to be set by TestStep.Run
Also specifies a property that can be selected as an Input<T> to other TestSteps. More...

Inherits Attribute.

Public Member Functions

 OutputAttribute ()
 Creates an instance of OutputAttribute with default values.
 
 OutputAttribute (OutputAvailability availability=DefaultAvailability)
 Creates an instance of OutputAttribute with OutputAvailability specified.
 

Properties

OutputAvailability Availability = DefaultAvailability [get]
 Specifies the availability of the output. The default behavior is AfterDefer.
 

Detailed Description


Specifies that a TestStep property is an output parameter. This property is expected to be set by TestStep.Run
Also specifies a property that can be selected as an Input<T> to other TestSteps.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:42