C# Класс fitSharp.Fit.Model.TestStatus

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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