C# Class Serenity.Jasmine.JasmineRunner

Inheritance: ISpecFileListener
Mostra file Open project: DarthFubuMVC/Serenity Class Usage Examples

Public Methods

Method Description
Close ( ) : void
JasmineRunner ( JasmineInput input ) : System
OpenInteractive ( ) : void
Recycle ( ) : void
RunAllSpecs ( ) : bool

Private Methods

Method Description
ISpecFileListener ( ) : void
buildApplication ( ) : void
recycleServer ( ) : void
resetServer ( ) : void
run ( ) : void
runningFolder ( ) : string
watchAssetFiles ( FubuRuntime runtime ) : void
writeFailures ( IEnumerable failures ) : void
writeTotals ( IWebDriver browser ) : void

Method Details

Close() public method

public Close ( ) : void
return void

JasmineRunner() public method

public JasmineRunner ( JasmineInput input ) : System
input JasmineInput
return System

OpenInteractive() public method

public OpenInteractive ( ) : void
return void

Recycle() public method

public Recycle ( ) : void
return void

RunAllSpecs() public method

public RunAllSpecs ( ) : bool
return bool