C# 클래스 StoryTeller.Samples.Fixtures.TableFixture

상속: Fixture
파일 보기 프로젝트 열기: storyteller/Storyteller

공개 메소드들

메소드 설명
AfterThrowsError ( ) : IGrammar
BeforeThrowsError ( ) : IGrammar
Divide ( ) : IGrammar
Sum ( ) : IGrammar
TableFixture ( ) : System

비공개 메소드들

메소드 설명
IsPositive ( int number ) : bool
SumInternal ( int x, int y ) : int
TableWithLotsOfOptions ( [ a, [ b, [ c, [ d, [ e ) : void

메소드 상세

AfterThrowsError() 공개 메소드

public AfterThrowsError ( ) : IGrammar
리턴 IGrammar

BeforeThrowsError() 공개 메소드

public BeforeThrowsError ( ) : IGrammar
리턴 IGrammar

Divide() 공개 메소드

public Divide ( ) : IGrammar
리턴 IGrammar

Sum() 공개 메소드

public Sum ( ) : IGrammar
리턴 IGrammar

TableFixture() 공개 메소드

public TableFixture ( ) : System
리턴 System