C# Class fitSharp.Fit.Engine.DefaultFlowInterpreter

Inheritance: FlowInterpreter
Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

Méthode Description
DefaultFlowInterpreter ( object systemUnderTest ) : fitSharp.Fit.Model
DoSetUp ( CellProcessor processor, Tree table ) : void
DoTearDown ( Tree table ) : void
Interpret ( CellProcessor processor, Tree table ) : void
IsInFlow ( int tableCount ) : bool
SetSystemUnderTest ( object theSystemUnderTest ) : void

Method Details

DefaultFlowInterpreter() public méthode

public DefaultFlowInterpreter ( object systemUnderTest ) : fitSharp.Fit.Model
systemUnderTest object
Résultat fitSharp.Fit.Model

DoSetUp() public méthode

public DoSetUp ( CellProcessor processor, Tree table ) : void
processor CellProcessor
table Tree
Résultat void

DoTearDown() public méthode

public DoTearDown ( Tree table ) : void
table Tree
Résultat void

Interpret() public méthode

public Interpret ( CellProcessor processor, Tree table ) : void
processor CellProcessor
table Tree
Résultat void

IsInFlow() public méthode

public IsInFlow ( int tableCount ) : bool
tableCount int
Résultat bool

SetSystemUnderTest() public méthode

public SetSystemUnderTest ( object theSystemUnderTest ) : void
theSystemUnderTest object
Résultat void