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)
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
SetContext ( HttpContext context ) : void

Sets the context.

Private Methods

Méthode Description
TestContextHolder ( ) : System.Web

Initializes a new instance of the TestContextHolder class.

Method Details

SetContext() public static méthode

Sets the context.
public static SetContext ( HttpContext context ) : void
context System.Web.HttpContext The context.
Résultat void