Property | Type | Description | |
---|---|---|---|
ErrorCount | int | ||
LineNo | int | ||
Lines | string[] | ||
Name | string |
Method | Description | |
---|---|---|
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 | |
return | System |
public ReportFailure ( string tag, string failure, bool skipLine ) : bool | ||
tag | string | |
failure | string | |
skipLine | bool | |
return | bool |