C# Class StoryTeller.Samples.Fixtures.TableFixture

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

Méthodes publiques

Méthode Description
AfterThrowsError ( ) : IGrammar
BeforeThrowsError ( ) : IGrammar
Divide ( ) : IGrammar
Sum ( ) : IGrammar
TableFixture ( ) : System

Private Methods

Méthode Description
IsPositive ( int number ) : bool
SumInternal ( int x, int y ) : int
TableWithLotsOfOptions ( [ a, [ b, [ c, [ d, [ e ) : void

Method Details

AfterThrowsError() public méthode

public AfterThrowsError ( ) : IGrammar
Résultat IGrammar

BeforeThrowsError() public méthode

public BeforeThrowsError ( ) : IGrammar
Résultat IGrammar

Divide() public méthode

public Divide ( ) : IGrammar
Résultat IGrammar

Sum() public méthode

public Sum ( ) : IGrammar
Résultat IGrammar

TableFixture() public méthode

public TableFixture ( ) : System
Résultat System