C# 클래스 fitSharp.Fit.Engine.DefaultFlowInterpreter

상속: FlowInterpreter
파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

DefaultFlowInterpreter() 공개 메소드

public DefaultFlowInterpreter ( object systemUnderTest ) : fitSharp.Fit.Model
systemUnderTest object
리턴 fitSharp.Fit.Model

DoSetUp() 공개 메소드

public DoSetUp ( CellProcessor processor, Tree table ) : void
processor CellProcessor
table Tree
리턴 void

DoTearDown() 공개 메소드

public DoTearDown ( Tree table ) : void
table Tree
리턴 void

Interpret() 공개 메소드

public Interpret ( CellProcessor processor, Tree table ) : void
processor CellProcessor
table Tree
리턴 void

IsInFlow() 공개 메소드

public IsInFlow ( int tableCount ) : bool
tableCount int
리턴 bool

SetSystemUnderTest() 공개 메소드

public SetSystemUnderTest ( object theSystemUnderTest ) : void
theSystemUnderTest object
리턴 void