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

상속: Fixture
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
BadGrammar ( string one, string two ) : void
BadSentence ( string name ) : void
MultiplyThenAdd ( int multiplier, int delta ) : void
StartWithTheNumber ( int number = 5 ) : void
TheSumOf ( int number1, int number2 ) : int
TheValueShouldBe ( ) : int
ThisLineIsAlwaysFalse ( ) : bool
ThisLineIsAlwaysTrue ( ) : bool
XplusYShouldBe ( int x, int y, int sum ) : bool
say ( ) : void

메소드 상세

DivideBy() 공개 메소드

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

JustGo() 공개 메소드

public JustGo ( ) : void
리턴 void

SentenceFixture() 공개 메소드

public SentenceFixture ( ) : System
리턴 System

Subtract() 공개 메소드

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

ThisLineAlwaysThrowsExceptions() 공개 메소드

public ThisLineAlwaysThrowsExceptions ( ) : void
리턴 void