C# 클래스 jasmine_headless_webkit_dotnet.PhantomJS

상속: IPhantomJS
파일 보기 프로젝트 열기: giggio/jasmine-headless-webkit-dotnet

보호된 프로퍼티들

프로퍼티 타입 설명
jasmineTestFileLocation string
verbosityLevel VerbosityLevel

공개 메소드들

메소드 설명
Dispose ( ) : void
Run ( ) : bool

보호된 메소드들

메소드 설명
BuildArgs ( ) : string
PhantomJS ( string phantomFileLocation, string jasmineTestFileLocation, VerbosityLevel verbosityLevel, int timeOut ) : System

비공개 메소드들

메소드 설명
CreatePhantomProcess ( ) : Process
StartProcessAndGetOutput ( Process phantomProcess ) : StringBuilder
VerifyTestRunFromOutput ( string output ) : bool
WaitProcessToComplete ( Process phantomProcess ) : bool

메소드 상세

BuildArgs() 보호된 추상적인 메소드

protected abstract BuildArgs ( ) : string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PhantomJS() 보호된 메소드

protected PhantomJS ( string phantomFileLocation, string jasmineTestFileLocation, VerbosityLevel verbosityLevel, int timeOut ) : System
phantomFileLocation string
jasmineTestFileLocation string
verbosityLevel VerbosityLevel
timeOut int
리턴 System

Run() 공개 메소드

public Run ( ) : bool
리턴 bool

프로퍼티 상세

jasmineTestFileLocation 보호되어 있는 프로퍼티

protected string jasmineTestFileLocation
리턴 string

verbosityLevel 보호되어 있는 프로퍼티

protected VerbosityLevel verbosityLevel
리턴 VerbosityLevel