Gets the data binding context of the test.

Namespace:  Gallio.Framework.Pattern
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public DataBindingContext BindingContext { get; }
Visual Basic (Declaration)
Public ReadOnly Property BindingContext As DataBindingContext

Remarks

The context is used to produce data items for test instances.

See Also