C# Class StoryTeller.Testing.Model.PostSpecFixture

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

Méthodes publiques

Méthode Description
DivideBy ( int operand ) : void
Embed ( ) : IGrammar
Subtract ( int operand ) : void

Private Methods

Méthode Description
AddNumbers ( int X, int Y ) : int
MultiplyThenAdd ( int multiplier, int delta ) : void
StartWithTheNumber ( int number = 5 ) : void
TheValueShouldBe ( ) : int

Method Details

DivideBy() public méthode

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

Embed() public méthode

public Embed ( ) : IGrammar
Résultat IGrammar

Subtract() public méthode

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