C# 클래스 Serenity.ApplicationUnderTest

상속: IApplicationUnderTest
파일 보기 프로젝트 열기: DarthFubuMVC/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
ApplicationUnderTest ( FubuMVC.Core.FubuRuntime runtime, Serenity.ApplicationSettings settings, IBrowserLifecycle browser ) : System
ApplicationUnderTest ( IApplicationSource source, Serenity.ApplicationSettings settings, IBrowserLifecycle browser ) : System
Endpoints ( ) : EndpointDriver
Ping ( ) : void
Teardown ( ) : void

비공개 메소드들

메소드 설명
ApplicationUnderTest ( string name, string rootUrl, IBrowserLifecycle browser, Func factorySource ) : System

메소드 상세

ApplicationUnderTest() 공개 메소드

public ApplicationUnderTest ( FubuMVC.Core.FubuRuntime runtime, Serenity.ApplicationSettings settings, IBrowserLifecycle browser ) : System
runtime FubuMVC.Core.FubuRuntime
settings Serenity.ApplicationSettings
browser IBrowserLifecycle
리턴 System

ApplicationUnderTest() 공개 메소드

public ApplicationUnderTest ( IApplicationSource source, Serenity.ApplicationSettings settings, IBrowserLifecycle browser ) : System
source IApplicationSource
settings Serenity.ApplicationSettings
browser IBrowserLifecycle
리턴 System

Endpoints() 공개 메소드

public Endpoints ( ) : EndpointDriver
리턴 EndpointDriver

Ping() 공개 메소드

public Ping ( ) : void
리턴 void

Teardown() 공개 메소드

public Teardown ( ) : void
리턴 void