C# 클래스 Tests.TestHelper

파일 보기 프로젝트 열기: jexuswebserver/Microsoft.Web.Administration 1 사용 예제들

공개 메소드들

메소드 설명
AssertSiteConfig ( string folder, string expectedConfig ) : void
CopySiteConfig ( string folder, string originalConfig ) : void
GetSiteConfig ( string folder ) : string

비공개 메소드들

메소드 설명
FixPhysicalPathMono ( string fileName ) : void

메소드 상세

AssertSiteConfig() 공개 정적인 메소드

public static AssertSiteConfig ( string folder, string expectedConfig ) : void
folder string
expectedConfig string
리턴 void

CopySiteConfig() 공개 정적인 메소드

public static CopySiteConfig ( string folder, string originalConfig ) : void
folder string
originalConfig string
리턴 void

GetSiteConfig() 공개 정적인 메소드

public static GetSiteConfig ( string folder ) : string
folder string
리턴 string