Initializes the PatternTestDataContext.
Namespace:
Gallio.Framework.PatternAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected virtual void InitializeDataContext( IPatternScope dataContextScope, IConstructorInfo constructor ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub InitializeDataContext ( _ dataContextScope As IPatternScope, _ constructor As IConstructorInfo _ ) |
Parameters
- dataContextScope
- Type: Gallio.Framework.Pattern..::.IPatternScope
The data context scope.
- constructor
- Type: Gallio.Common.Reflection..::.IConstructorInfo
The constructor.
