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)
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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