C# Class Calculator.Specs.CalculatorSteps

Inheritance: SharpSpecs.Framework.Feature
Show file Open project: charlieridley/SharpSpecs

Public Methods

Method Description
I_press_subtract ( ) : void

Protected Methods

Method Description
I_have_entered_50_into_the_calculator ( ) : void
I_have_entered_70_into_the_calculator ( ) : void
I_press_add ( ) : void
the_result_should_be_120_on_the_screen ( ) : void
the_result_should_be_20_on_the_screen ( ) : void

Method Details

I_have_entered_50_into_the_calculator() protected method

protected I_have_entered_50_into_the_calculator ( ) : void
return void

I_have_entered_70_into_the_calculator() protected method

protected I_have_entered_70_into_the_calculator ( ) : void
return void

I_press_add() protected method

protected I_press_add ( ) : void
return void

I_press_subtract() public method

public I_press_subtract ( ) : void
return void

the_result_should_be_120_on_the_screen() protected method

protected the_result_should_be_120_on_the_screen ( ) : void
return void

the_result_should_be_20_on_the_screen() protected method

protected the_result_should_be_20_on_the_screen ( ) : void
return void