Performs early initialization for the specified assembly.

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

Syntax

C#
public override void Initialize(
	IPatternScope rootScope,
	IAssemblyInfo assembly
)
Visual Basic (Declaration)
Public Overrides Sub Initialize ( _
	rootScope As IPatternScope, _
	assembly As IAssemblyInfo _
)

Parameters

rootScope
Type: Gallio.Framework.Pattern..::.IPatternScope
The root scope that will eventually contain the assembly-level test.
assembly
Type: Gallio.Common.Reflection..::.IAssemblyInfo
The assembly to process.

See Also