C# Class StoryTeller.Testing.Model.TestbedFixture

Inheritance: Fixture
Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Méthode Description
MultipleOuts ( int X, int Y, int &Sum, int &Product ) : void
Simple ( ) : void
SumShouldBe ( int X, int Y ) : int
WithArguments ( string one, string two ) : void

Private Methods

Méthode Description
TheValueShouldBe ( ) : string

Method Details

MultipleOuts() public méthode

public MultipleOuts ( int X, int Y, int &Sum, int &Product ) : void
X int
Y int
Sum int
Product int
Résultat void

Simple() public méthode

public Simple ( ) : void
Résultat void

SumShouldBe() public méthode

public SumShouldBe ( int X, int Y ) : int
X int
Y int
Résultat int

WithArguments() public méthode

public WithArguments ( string one, string two ) : void
one string
two string
Résultat void