C# Class jasmine_headless_webkit_dotnet.PhantomJSFromHtmlFile

Runinng like this: phantomjs.exe run_jasmine_test.coffee c:\testes\testes.html
Inheritance: PhantomJS
Datei anzeigen Open project: giggio/jasmine-headless-webkit-dotnet Class Usage Examples

Public Methods

Method Description
PhantomJSFromHtmlFile ( string phantomFileLocation, string jasmineTestFileLocation, VerbosityLevel verbosityLevel, int timeOut, string fileName )

Protected Methods

Method Description
BuildArgs ( ) : string

Method Details

BuildArgs() protected method

protected BuildArgs ( ) : string
return string

PhantomJSFromHtmlFile() public method

public PhantomJSFromHtmlFile ( string phantomFileLocation, string jasmineTestFileLocation, VerbosityLevel verbosityLevel, int timeOut, string fileName )
phantomFileLocation string
jasmineTestFileLocation string
verbosityLevel VerbosityLevel
timeOut int
fileName string