C# Class StoryTeller.Testing.Engine.TargetedReflectionFixture

Inheritance: Fixture
ファイルを表示 Open project: adymitruk/storyteller

Public Methods

Method Description
AndAnother ( ) : string
Assertion ( ) : bool
DoSomething ( int count ) : void
DoSomethingElse ( int count ) : string
ThisOne ( ) : IGrammar

Private Methods

Method Description
AliasedMethod ( ) : string

Method Details

AndAnother() public method

public AndAnother ( ) : string
return string

Assertion() public method

public Assertion ( ) : bool
return bool

DoSomething() public method

public DoSomething ( int count ) : void
count int
return void

DoSomethingElse() public method

public DoSomethingElse ( int count ) : string
count int
return string

ThisOne() public method

public ThisOne ( ) : IGrammar
return IGrammar