Gets the overlay manager for the specified test context.
Namespace:
Gallio.FrameworkAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public static OverlayManager GetOverlayManager( TestContext context ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function GetOverlayManager ( _ context As TestContext _ ) As OverlayManager |
Parameters
- context
- Type: Gallio.Framework..::.TestContext
The test context.
Return Value
The overlay manager.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | Thrown if context is null. |
