Applies decorations to the containing test.
Namespace:
MbUnit.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
protected virtual void DecorateContainingScope( IPatternScope containingScope, IMethodInfo method ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Sub DecorateContainingScope ( _ containingScope As IPatternScope, _ method As IMethodInfo _ ) |
Parameters
- containingScope
- Type: Gallio.Framework.Pattern..::.IPatternScope
The containing scope.
- method
- Type: Gallio.Common.Reflection..::.IMethodInfo
The method to process.
