Applies decorations to the containing test.

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

Syntax

C#
protected override void DecorateContainingScope(
	IPatternScope containingScope,
	IMethodInfo methodInfo
)
Visual Basic (Declaration)
Protected Overrides Sub DecorateContainingScope ( _
	containingScope As IPatternScope, _
	methodInfo As IMethodInfo _
)

Parameters

containingScope
Type: Gallio.Framework.Pattern..::.IPatternScope
The containing scope.
methodInfo
Type: Gallio.Common.Reflection..::.IMethodInfo

See Also