C# Class SharpSpecs.UI.Specs.ScenarioViewModelSteps

Inheritance: SharpSpecs.Framework.Feature
ファイルを表示 Open project: charlieridley/SharpSpecs

Protected Methods

Method Description
I_create_an_instance ( ) : void
it_should_contain_the_steps ( ) : void
it_should_have_a_reference_to_the_scenario ( ) : void
it_should_have_the_scenario_name ( ) : void

Private Methods

Method Description
TestScenario ( ) : Scenario
test_then ( ) : void
test_when ( ) : void

Method Details

I_create_an_instance() protected method

protected I_create_an_instance ( ) : void
return void

it_should_contain_the_steps() protected method

protected it_should_contain_the_steps ( ) : void
return void

it_should_have_a_reference_to_the_scenario() protected method

protected it_should_have_a_reference_to_the_scenario ( ) : void
return void

it_should_have_the_scenario_name() protected method

protected it_should_have_the_scenario_name ( ) : void
return void