C# Class jasmine_headless_webkit_dotnet.PhantomJSFromJSFiles

Inheritance: PhantomJS
Show file Open project: giggio/jasmine-headless-webkit-dotnet Class Usage Examples

Protected Properties

Property Type Description
environment ILocalEnvironment
sourceFiles string[]
testFiles string[]

Public Methods

Method Description
Dispose ( ) : void
PhantomJSFromJSFiles ( ILocalEnvironment environment, string phantomFileLocation, string jasmineTestFileLocation, VerbosityLevel verbosityLevel, int timeOut, string sourceFiles, string testFiles ) : System

Protected Methods

Method Description
BuildArgs ( ) : string

Private Methods

Method Description
CreateHtmlTestFile ( ) : void
CreateJSFromCoffeeFiles ( ) : void
DeleteTempFiles ( ) : void
DeleteTempHtmlFile ( ) : void
DeleteTempJsFiles ( ) : void
FixRelativeLocation ( IEnumerable files ) : string[]
FixRelativeLocations ( ) : void

Method Details

BuildArgs() protected method

protected BuildArgs ( ) : string
return string

Dispose() public method

public Dispose ( ) : void
return void

PhantomJSFromJSFiles() public method

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
return System

Property Details

environment protected property

protected ILocalEnvironment environment
return ILocalEnvironment

sourceFiles protected property

protected string[] sourceFiles
return string[]

testFiles protected property

protected string[] testFiles
return string[]