Property | Type | Description | |
---|---|---|---|
Group | |||
Log | Logger |
Method | Description | |
---|---|---|
BlockBase ( string key, Line lines, string tags, |
||
ContainsTag ( string key ) : bool | ||
Get ( |
||
SetValid ( bool running ) : void |
Sets valid to running, or to passed/failed.
|
public BlockBase ( string key, Line lines, string tags, |
||
key | string | |
lines | Line | |
tags | string | |
group | ||
log | Logger | |
return | System |
public Get ( |
||
key | ||
log | Logger | |
return |
public SetValid ( bool running ) : void | ||
running | bool | If false, determin whether it passed. |
return | void |