C# Class StoryTeller.Testing.Model.PostSpecFixture

Inheritance: Fixture
Mostrar archivo Open project: storyteller/Storyteller

Public Methods

Method Description
DivideBy ( int operand ) : void
Embed ( ) : IGrammar
Subtract ( int operand ) : void

Private Methods

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

Method Details

DivideBy() public method

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

Embed() public method

public Embed ( ) : IGrammar
return IGrammar

Subtract() public method

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