C# Class StoryTeller.Testing.Engine.TargetedReflectionFixture

Inheritance: Fixture
Afficher le fichier Open project: adymitruk/storyteller

Méthodes publiques

Méthode Description
AndAnother ( ) : string
Assertion ( ) : bool
DoSomething ( int count ) : void
DoSomethingElse ( int count ) : string
ThisOne ( ) : IGrammar

Private Methods

Méthode Description
AliasedMethod ( ) : string

Method Details

AndAnother() public méthode

public AndAnother ( ) : string
Résultat string

Assertion() public méthode

public Assertion ( ) : bool
Résultat bool

DoSomething() public méthode

public DoSomething ( int count ) : void
count int
Résultat void

DoSomethingElse() public méthode

public DoSomethingElse ( int count ) : string
count int
Résultat string

ThisOne() public méthode

public ThisOne ( ) : IGrammar
Résultat IGrammar