C# Class StoryTeller.Testing.EndToEndExecution.ArithmeticFixture

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

Méthodes publiques

Méthode Description
Add ( double operand ) : void
MultiplyBy ( double multiplier ) : void
StartWith ( double starting ) : void
Subtract ( double operand ) : void
Throw ( ) : void
ThrowCritical ( ) : void
WithOutput ( int x, int y, int &sum, int &product ) : 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

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

ThrowCritical() public méthode

public ThrowCritical ( ) : void
Résultat void

WithOutput() public méthode

public WithOutput ( int x, int y, int &sum, int &product ) : void
x int
y int
sum int
product int
Résultat void