C# Class IntegrationTests.batch_running_failure_cases_integration_specs

Inheritance: IDisposable
Show file Open project: storyteller/Storyteller

Public Methods

Method Description
Dispose ( ) : void
batch_running_failure_cases_integration_specs ( ) : System
spec_fails_with_timeout ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
execute ( Action configure ) : StoryTeller.Engine.BatchRunResponse
spec_will_fail_if_the_system_blows_up_while_trying_to_create_an_execution_context ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

batch_running_failure_cases_integration_specs() public method

public batch_running_failure_cases_integration_specs ( ) : System
return System

spec_fails_with_timeout() public method

public spec_fails_with_timeout ( ) : void
return void