C# Class StoryTeller.Samples.Grammars.SentenceFixture

Inheritance: Fixture
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
DivideBy ( int operand ) : void
SentenceFixture ( ) : System
Subtract ( int operand ) : void
ThisLineAlwaysThrowsExceptions ( ) : void

Private Methods

Méthode 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 méthode

public DivideBy ( int operand ) : void
operand int
Résultat void

SentenceFixture() public méthode

public SentenceFixture ( ) : System
Résultat System

Subtract() public méthode

public Subtract ( int operand ) : void
operand int
Résultat void

ThisLineAlwaysThrowsExceptions() public méthode

public ThisLineAlwaysThrowsExceptions ( ) : void
Résultat void