Gets the overlay manager for the specified test context.

Namespace:  Gallio.Framework
Assembly:  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

ExceptionCondition
System..::.ArgumentNullExceptionThrown if context is null.

See Also