Method | Description | |
---|---|---|
DivideBy ( int operand ) : void | ||
JustGo ( ) : void | ||
SentenceFixture ( ) : System | ||
Subtract ( int operand ) : void | ||
ThisLineAlwaysThrowsExceptions ( ) : void |
Method | Description | |
---|---|---|
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 |
public ThisLineAlwaysThrowsExceptions ( ) : void | ||
return | void |