C# Класс 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)
Показать файл Открыть проект

Открытые методы

Метод Описание
SetContext ( HttpContext context ) : void

Sets the context.

Приватные методы

Метод Описание
TestContextHolder ( ) : System.Web

Initializes a new instance of the TestContextHolder class.

Описание методов

SetContext() публичный статический Метод

Sets the context.
public static SetContext ( HttpContext context ) : void
context System.Web.HttpContext The context.
Результат void