C# 클래스 StoryTeller.Testing.Model.TestbedFixture

상속: Fixture
파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 메소드들

메소드 설명
MultipleOuts ( int X, int Y, int &Sum, int &Product ) : void
Simple ( ) : void
SumShouldBe ( int X, int Y ) : int
WithArguments ( string one, string two ) : void

비공개 메소드들

메소드 설명
TheValueShouldBe ( ) : string

메소드 상세

MultipleOuts() 공개 메소드

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

Simple() 공개 메소드

public Simple ( ) : void
리턴 void

SumShouldBe() 공개 메소드

public SumShouldBe ( int X, int Y ) : int
X int
Y int
리턴 int

WithArguments() 공개 메소드

public WithArguments ( string one, string two ) : void
one string
two string
리턴 void