C# 클래스 Calculator.Specs.CalculatorSteps

상속: SharpSpecs.Framework.Feature
파일 보기 프로젝트 열기: charlieridley/SharpSpecs

공개 메소드들

메소드 설명
I_press_subtract ( ) : void

보호된 메소드들

메소드 설명
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

메소드 상세

I_have_entered_50_into_the_calculator() 보호된 메소드

protected I_have_entered_50_into_the_calculator ( ) : void
리턴 void

I_have_entered_70_into_the_calculator() 보호된 메소드

protected I_have_entered_70_into_the_calculator ( ) : void
리턴 void

I_press_add() 보호된 메소드

protected I_press_add ( ) : void
리턴 void

I_press_subtract() 공개 메소드

public I_press_subtract ( ) : void
리턴 void

the_result_should_be_120_on_the_screen() 보호된 메소드

protected the_result_should_be_120_on_the_screen ( ) : void
리턴 void

the_result_should_be_20_on_the_screen() 보호된 메소드

protected the_result_should_be_20_on_the_screen ( ) : void
리턴 void