C# Class fitSharp.Fit.Model.TestStatus

Exibir arquivo Open project: jediwhale/fitsharp Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetAbandonException ( System exception ) : Exception

Method Details

AddCount() public method

public AddCount ( string cellStatus ) : void
cellStatus string
return void

ColorCell() public method

public ColorCell ( Cell cell, bool isRight ) : void
cell Cell
isRight bool
return void

MarkCellWithLastResults() public method

public MarkCellWithLastResults ( Cell cell ) : void
cell Cell
return void

MarkCellWithLastResults() public method

public MarkCellWithLastResults ( Cell cell, Action markWithCounts ) : void
cell Cell
markWithCounts Action
return void

MarkCellWithLastResults() public method

public MarkCellWithLastResults ( Cell cell, TestCounts beforeCounts ) : void
cell Cell
beforeCounts TestCounts
return void

MarkException() public method

public MarkException ( Cell cell, System exception ) : void
cell Cell
exception System
return void

MarkIgnore() public method

public MarkIgnore ( Cell cell ) : void
cell Cell
return void

MarkRight() public method

public MarkRight ( Cell cell ) : void
cell Cell
return void

MarkWithCounts() public method

public MarkWithCounts ( Cell cell, TestCounts beforeCounts ) : void
cell Cell
beforeCounts TestCounts
return void

MarkWrong() public method

public MarkWrong ( Cell cell ) : void
cell Cell
return void

MarkWrong() public method

public MarkWrong ( Cell cell, string actual ) : void
cell Cell
actual string
return void

Reset() public method

public Reset ( ) : void
return void

TestStatus() public method

public TestStatus ( ) : System
return System