IVariable Members

Represents a variable. This class supports the generated test cases and is not intended to be used directly from your code.

The following tables list the members exposed by the IVariable type.

Public Properties

  Name Description
public property IsBound Gets a value that indicates whether the variable is bound to a value. This property supports the generated test cases and is not intended to be used directly from your code.
public property Value Gets or sets the value of the variable. This property supports the generated test cases and is not intended to be used directly from your code.

Top

Public Methods

  Name Description
public method Unbind Unbinds the variable from its current value. This method supports the generated test cases and is not intended to be used directly from your code.

Top

See Also

Reference

IVariable Generic Interface
Microsoft.SpecExplorer.Runtime.Testing Namespace