C# Class fitSharp.Fit.Model.TestStatus

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

Méthodes publiques

Méthode 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

Méthode Description
GetAbandonException ( System exception ) : Exception

Method Details

AddCount() public méthode

public AddCount ( string cellStatus ) : void
cellStatus string
Résultat void

ColorCell() public méthode

public ColorCell ( Cell cell, bool isRight ) : void
cell Cell
isRight bool
Résultat void

MarkCellWithLastResults() public méthode

public MarkCellWithLastResults ( Cell cell ) : void
cell Cell
Résultat void

MarkCellWithLastResults() public méthode

public MarkCellWithLastResults ( Cell cell, Action markWithCounts ) : void
cell Cell
markWithCounts Action
Résultat void

MarkCellWithLastResults() public méthode

public MarkCellWithLastResults ( Cell cell, TestCounts beforeCounts ) : void
cell Cell
beforeCounts TestCounts
Résultat void

MarkException() public méthode

public MarkException ( Cell cell, System exception ) : void
cell Cell
exception System
Résultat void

MarkIgnore() public méthode

public MarkIgnore ( Cell cell ) : void
cell Cell
Résultat void

MarkRight() public méthode

public MarkRight ( Cell cell ) : void
cell Cell
Résultat void

MarkWithCounts() public méthode

public MarkWithCounts ( Cell cell, TestCounts beforeCounts ) : void
cell Cell
beforeCounts TestCounts
Résultat void

MarkWrong() public méthode

public MarkWrong ( Cell cell ) : void
cell Cell
Résultat void

MarkWrong() public méthode

public MarkWrong ( Cell cell, string actual ) : void
cell Cell
actual string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

TestStatus() public méthode

public TestStatus ( ) : System
Résultat System