C# 클래스 jasmine_headless_webkit_dotnet.PhantomJSFromJSFiles

상속: PhantomJS
파일 보기 프로젝트 열기: giggio/jasmine-headless-webkit-dotnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
environment ILocalEnvironment
sourceFiles string[]
testFiles string[]

공개 메소드들

메소드 설명
Dispose ( ) : void
PhantomJSFromJSFiles ( ILocalEnvironment environment, string phantomFileLocation, string jasmineTestFileLocation, VerbosityLevel verbosityLevel, int timeOut, string sourceFiles, string testFiles ) : System

보호된 메소드들

메소드 설명
BuildArgs ( ) : string

비공개 메소드들

메소드 설명
CreateHtmlTestFile ( ) : void
CreateJSFromCoffeeFiles ( ) : void
DeleteTempFiles ( ) : void
DeleteTempHtmlFile ( ) : void
DeleteTempJsFiles ( ) : void
FixRelativeLocation ( IEnumerable files ) : string[]
FixRelativeLocations ( ) : void

메소드 상세

BuildArgs() 보호된 메소드

protected BuildArgs ( ) : string
리턴 string

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PhantomJSFromJSFiles() 공개 메소드

public PhantomJSFromJSFiles ( ILocalEnvironment environment, string phantomFileLocation, string jasmineTestFileLocation, VerbosityLevel verbosityLevel, int timeOut, string sourceFiles, string testFiles ) : System
environment ILocalEnvironment
phantomFileLocation string
jasmineTestFileLocation string
verbosityLevel VerbosityLevel
timeOut int
sourceFiles string
testFiles string
리턴 System

프로퍼티 상세

environment 보호되어 있는 프로퍼티

protected ILocalEnvironment environment
리턴 ILocalEnvironment

sourceFiles 보호되어 있는 프로퍼티

protected string[] sourceFiles
리턴 string[]

testFiles 보호되어 있는 프로퍼티

protected string[] testFiles
리턴 string[]