C# Class Castle.MonoRail.Framework.Internal.Test.TestContextHolder

Helper class to store the context to be used for the test cases (that use the ASP.Net Runtime)
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
SetContext ( HttpContext context ) : void

Sets the context.

Private Methods

Method Description
TestContextHolder ( ) : System.Web

Initializes a new instance of the TestContextHolder class.

Method Details

SetContext() public static method

Sets the context.
public static SetContext ( HttpContext context ) : void
context System.Web.HttpContext The context.
return void