Свойство | Тип | Описание | |
---|---|---|---|
ErrorCount | int | ||
LineNo | int | ||
Lines | string[] | ||
Name | string |
Метод | Описание | |
---|---|---|
ActionLog ( string name, string lines ) : System | ||
Advance ( ) : bool | ||
GetMatch ( ) : |
||
ReportAllIsGood ( string tag ) : bool | ||
ReportFailure ( string tag, string failure, bool skipLine ) : bool |
public ActionLog ( string name, string lines ) : System | ||
name | string | |
lines | string | |
Результат | System |
public GetMatch ( ) : |
||
Результат |
public ReportAllIsGood ( string tag ) : bool | ||
tag | string | |
Результат | bool |
public ReportFailure ( string tag, string failure, bool skipLine ) : bool | ||
tag | string | |
failure | string | |
skipLine | bool | |
Результат | bool |