C# Class fitSharp.Fit.Engine.DefaultFlowInterpreter

Inheritance: FlowInterpreter
ファイルを表示 Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

Method 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 method

public DefaultFlowInterpreter ( object systemUnderTest ) : fitSharp.Fit.Model
systemUnderTest object
return fitSharp.Fit.Model

DoSetUp() public method

public DoSetUp ( CellProcessor processor, Tree table ) : void
processor CellProcessor
table Tree
return void

DoTearDown() public method

public DoTearDown ( Tree table ) : void
table Tree
return void

Interpret() public method

public Interpret ( CellProcessor processor, Tree table ) : void
processor CellProcessor
table Tree
return void

IsInFlow() public method

public IsInFlow ( int tableCount ) : bool
tableCount int
return bool

SetSystemUnderTest() public method

public SetSystemUnderTest ( object theSystemUnderTest ) : void
theSystemUnderTest object
return void