Initializes a test for an assembly after it has been added to the test model.

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

Syntax

C#
protected virtual void InitializeAssemblyTest(
	IPatternScope assemblyScope,
	IAssemblyInfo assembly
)
Visual Basic (Declaration)
Protected Overridable Sub InitializeAssemblyTest ( _
	assemblyScope As IPatternScope, _
	assembly As IAssemblyInfo _
)

Parameters

assemblyScope
Type: Gallio.Framework.Pattern..::.IPatternScope
The assembly scope.
assembly
Type: Gallio.Common.Reflection..::.IAssemblyInfo
The assembly.

See Also