C# 클래스 fitSharp.Fit.Model.TestStatus

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

공개 메소드들

메소드 설명
AddCount ( string cellStatus ) : void
ColorCell ( Cell cell, bool isRight ) : void
MarkCellWithLastResults ( Cell cell ) : void
MarkCellWithLastResults ( Cell cell, Action markWithCounts ) : void
MarkCellWithLastResults ( Cell cell, TestCounts beforeCounts ) : void
MarkException ( Cell cell, System exception ) : void
MarkIgnore ( Cell cell ) : void
MarkRight ( Cell cell ) : void
MarkWithCounts ( Cell cell, TestCounts beforeCounts ) : void
MarkWrong ( Cell cell ) : void
MarkWrong ( Cell cell, string actual ) : void
Reset ( ) : void
TestStatus ( ) : System

비공개 메소드들

메소드 설명
GetAbandonException ( System exception ) : Exception

메소드 상세

AddCount() 공개 메소드

public AddCount ( string cellStatus ) : void
cellStatus string
리턴 void

ColorCell() 공개 메소드

public ColorCell ( Cell cell, bool isRight ) : void
cell Cell
isRight bool
리턴 void

MarkCellWithLastResults() 공개 메소드

public MarkCellWithLastResults ( Cell cell ) : void
cell Cell
리턴 void

MarkCellWithLastResults() 공개 메소드

public MarkCellWithLastResults ( Cell cell, Action markWithCounts ) : void
cell Cell
markWithCounts Action
리턴 void

MarkCellWithLastResults() 공개 메소드

public MarkCellWithLastResults ( Cell cell, TestCounts beforeCounts ) : void
cell Cell
beforeCounts TestCounts
리턴 void

MarkException() 공개 메소드

public MarkException ( Cell cell, System exception ) : void
cell Cell
exception System
리턴 void

MarkIgnore() 공개 메소드

public MarkIgnore ( Cell cell ) : void
cell Cell
리턴 void

MarkRight() 공개 메소드

public MarkRight ( Cell cell ) : void
cell Cell
리턴 void

MarkWithCounts() 공개 메소드

public MarkWithCounts ( Cell cell, TestCounts beforeCounts ) : void
cell Cell
beforeCounts TestCounts
리턴 void

MarkWrong() 공개 메소드

public MarkWrong ( Cell cell ) : void
cell Cell
리턴 void

MarkWrong() 공개 메소드

public MarkWrong ( Cell cell, string actual ) : void
cell Cell
actual string
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

TestStatus() 공개 메소드

public TestStatus ( ) : System
리턴 System