C# Class StoryTeller.Testing.Engine.ArithmeticFixture

Inheritance: Fixture
Show file Open project: adymitruk/storyteller

Public Methods

Method Description
Add ( double operand ) : void
CreateValidStep ( ) : IStep
MultiplyBy ( double multiplier ) : void
StartWith ( double starting ) : void
Subtract ( double operand ) : void
Throw ( ) : void

Private Methods

Method Description
Adding ( double x, double y ) : double
TheValueShouldBe ( ) : double
say ( ) : void

Method Details

Add() public method

public Add ( double operand ) : void
operand double
return void

CreateValidStep() public static method

public static CreateValidStep ( ) : IStep
return IStep

MultiplyBy() public method

public MultiplyBy ( double multiplier ) : void
multiplier double
return void

StartWith() public method

public StartWith ( double starting ) : void
starting double
return void

Subtract() public method

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

Throw() public method

public Throw ( ) : void
return void