C# Class StoryTeller.Samples.Grammars.SentenceFixture

Inheritance: Fixture
Mostrar archivo Open project: adymitruk/storyteller

Public Methods

Method Description
DivideBy ( int operand ) : void
SentenceFixture ( ) : System
Subtract ( int operand ) : void
ThisLineAlwaysThrowsExceptions ( ) : void

Private Methods

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

Method Details

DivideBy() public method

public DivideBy ( int operand ) : void
operand int
return void

SentenceFixture() public method

public SentenceFixture ( ) : System
return System

Subtract() public method

public Subtract ( int operand ) : void
operand int
return void

ThisLineAlwaysThrowsExceptions() public method

public ThisLineAlwaysThrowsExceptions ( ) : void
return void