C# Class StoryTeller.Testing.Model.TestbedFixture

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

Public Methods

Method 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

Method Description
TheValueShouldBe ( ) : string

Method Details

MultipleOuts() public method

public MultipleOuts ( int X, int Y, int &Sum, int &Product ) : void
X int
Y int
Sum int
Product int
return void

Simple() public method

public Simple ( ) : void
return void

SumShouldBe() public method

public SumShouldBe ( int X, int Y ) : int
X int
Y int
return int

WithArguments() public method

public WithArguments ( string one, string two ) : void
one string
two string
return void