C# Class StoryTeller.Testing.Engine.ArithmeticFixture

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

Méthodes publiques

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

Private Methods

Méthode Description
Adding ( double x, double y ) : double
TheValueShouldBe ( ) : double
say ( ) : void

Method Details

Add() public méthode

public Add ( double operand ) : void
operand double
Résultat void

CreateValidStep() public static méthode

public static CreateValidStep ( ) : IStep
Résultat IStep

MultiplyBy() public méthode

public MultiplyBy ( double multiplier ) : void
multiplier double
Résultat void

StartWith() public méthode

public StartWith ( double starting ) : void
starting double
Résultat void

Subtract() public méthode

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

Throw() public méthode

public Throw ( ) : void
Résultat void