C# 클래스 StoryTeller.Testing.Engine.TargetedReflectionFixture

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

공개 메소드들

메소드 설명
AndAnother ( ) : string
Assertion ( ) : bool
DoSomething ( int count ) : void
DoSomethingElse ( int count ) : string
ThisOne ( ) : IGrammar

비공개 메소드들

메소드 설명
AliasedMethod ( ) : string

메소드 상세

AndAnother() 공개 메소드

public AndAnother ( ) : string
리턴 string

Assertion() 공개 메소드

public Assertion ( ) : bool
리턴 bool

DoSomething() 공개 메소드

public DoSomething ( int count ) : void
count int
리턴 void

DoSomethingElse() 공개 메소드

public DoSomethingElse ( int count ) : string
count int
리턴 string

ThisOne() 공개 메소드

public ThisOne ( ) : IGrammar
리턴 IGrammar