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