C# 클래스 StoryTeller.Samples.Grammars.SentenceFixture

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

공개 메소드들

메소드 설명
DivideBy ( int operand ) : void
SentenceFixture ( ) : System
Subtract ( int operand ) : void
ThisLineAlwaysThrowsExceptions ( ) : void

비공개 메소드들

메소드 설명
MultiplyThenAdd ( int multiplier, int delta ) : void
StartWithTheNumber ( int number ) : void
TheSumOf ( int number1, int number2 ) : int
TheValueShouldBe ( ) : int
ThisLineIsAlwaysFalse ( ) : bool
ThisLineIsAlwaysTrue ( ) : bool
XplusYShouldBe ( int x, int y, int sum ) : bool

메소드 상세

DivideBy() 공개 메소드

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

SentenceFixture() 공개 메소드

public SentenceFixture ( ) : System
리턴 System

Subtract() 공개 메소드

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

ThisLineAlwaysThrowsExceptions() 공개 메소드

public ThisLineAlwaysThrowsExceptions ( ) : void
리턴 void