C# 클래스 StoryTeller.Testing.Model.PostSpecFixture

상속: Fixture
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
DivideBy ( int operand ) : void
Embed ( ) : IGrammar
Subtract ( int operand ) : void

비공개 메소드들

메소드 설명
AddNumbers ( int X, int Y ) : int
MultiplyThenAdd ( int multiplier, int delta ) : void
StartWithTheNumber ( int number = 5 ) : void
TheValueShouldBe ( ) : int

메소드 상세

DivideBy() 공개 메소드

public DivideBy ( int operand ) : void
operand int
리턴 void

Embed() 공개 메소드

public Embed ( ) : IGrammar
리턴 IGrammar

Subtract() 공개 메소드

public Subtract ( int operand ) : void
operand int
리턴 void