C# Class jasmine_headless_webkit_dotnet.PhantomJSDefault

Inheritance: PhantomJSFromJSFiles
Datei anzeigen Open project: giggio/jasmine-headless-webkit-dotnet Class Usage Examples

Public Methods

Method Description
PhantomJSDefault ( ILocalEnvironment environment, string phantomFileLocation, string jasmineTestFileLocation, VerbosityLevel verbosityLevel, int timeOut ) : System.IO

Protected Methods

Method Description
BuildArgs ( ) : string

Private Methods

Method Description
CanonicalizePath ( string path ) : string

Method Details

BuildArgs() protected method

protected BuildArgs ( ) : string
return string

PhantomJSDefault() public method

public PhantomJSDefault ( ILocalEnvironment environment, string phantomFileLocation, string jasmineTestFileLocation, VerbosityLevel verbosityLevel, int timeOut ) : System.IO
environment ILocalEnvironment
phantomFileLocation string
jasmineTestFileLocation string
verbosityLevel VerbosityLevel
timeOut int
return System.IO