C# Class StoryTeller.Samples.MathFixture

Inheritance: Fixture
ファイルを表示 Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
AddAndCheck ( ) : IGrammar
MathFixture ( ) : System
Throw ( ) : void

Private Methods

Method Description
Add ( double operand ) : void
AddTable ( double x, double y ) : double
Adding ( double x, double y ) : double
MultiplyBy ( double multiplier ) : void
StartWith ( [ starting ) : void
Subtract ( double operand ) : void
TheValueShouldBe ( ) : double
say ( ) : void

Method Details

AddAndCheck() public method

public AddAndCheck ( ) : IGrammar
return IGrammar

MathFixture() public method

public MathFixture ( ) : System
return System

Throw() public method

public Throw ( ) : void
return void