C# 클래스 MbUnit.Web.BrowserContext

파일 보기 프로젝트 열기: Gallio/Web-Testing-with-MbUnit-WatiN 1 사용 예제들

공개 메소드들

메소드 설명
BrowserContext ( IBrowserConfiguration browserConfiguration ) : System
ConfigureCaptureSettings ( ) : void
ConfigureWatiNSettings ( ) : void
CreateBrowser ( ) : Browser
EmbedBrowserSnapshot ( string attachmentName ) : void
EmbedBrowserSnapshot ( string attachmentName, Browser browser ) : void
GetBrowserContext ( Gallio.Framework.TestContext testContext ) : BrowserContext
SetBrowserContext ( Gallio.Framework.TestContext testContext, BrowserContext browserContext ) : void
SetUp ( ) : void
TearDown ( ) : void

비공개 메소드들

메소드 설명
EmbedFinalBrowserSnapshotIfNeeded ( ) : void
ShouldEmbedFinalBrowserSnapshotGivenCurrentTestContext ( ) : bool
ShouldEmbedScreenRecordingGivenCurrentTestContext ( ) : bool
ShouldStartScreenRecordingGivenCurrentTestContext ( ) : bool
StartScreenRecordingIfNeeded ( ) : void
StopScreenRecordingAndEmbedIfNeeded ( ) : void

메소드 상세

BrowserContext() 공개 메소드

public BrowserContext ( IBrowserConfiguration browserConfiguration ) : System
browserConfiguration IBrowserConfiguration
리턴 System

ConfigureCaptureSettings() 공개 메소드

public ConfigureCaptureSettings ( ) : void
리턴 void

ConfigureWatiNSettings() 공개 메소드

public ConfigureWatiNSettings ( ) : void
리턴 void

CreateBrowser() 공개 메소드

public CreateBrowser ( ) : Browser
리턴 Browser

EmbedBrowserSnapshot() 공개 메소드

public EmbedBrowserSnapshot ( string attachmentName ) : void
attachmentName string
리턴 void

EmbedBrowserSnapshot() 공개 메소드

public EmbedBrowserSnapshot ( string attachmentName, Browser browser ) : void
attachmentName string
browser Browser
리턴 void

GetBrowserContext() 공개 정적인 메소드

public static GetBrowserContext ( Gallio.Framework.TestContext testContext ) : BrowserContext
testContext Gallio.Framework.TestContext
리턴 BrowserContext

SetBrowserContext() 공개 정적인 메소드

public static SetBrowserContext ( Gallio.Framework.TestContext testContext, BrowserContext browserContext ) : void
testContext Gallio.Framework.TestContext
browserContext BrowserContext
리턴 void

SetUp() 공개 메소드

public SetUp ( ) : void
리턴 void

TearDown() 공개 메소드

public TearDown ( ) : void
리턴 void