Method | Description | |
---|---|---|
CheckAction ( string text ) : void | ||
CheckActionThrowError ( System.Action checkedAction, string message ) : void | ||
CheckCalculate ( string text ) : void |
Check result of calculation on "Metals and Colors" page
|
|
CheckResult ( string text ) : void | ||
CheckText ( Func |
||
RunParallel ( System.Action action ) : void |
public static CheckAction ( string text ) : void | ||
text | string | |
return | void |
public static CheckActionThrowError ( System.Action checkedAction, string message ) : void | ||
checkedAction | System.Action | |
message | string | |
return | void |
public static CheckCalculate ( string text ) : void | ||
text | string | |
return | void |
public static CheckResult ( string text ) : void | ||
text | string | |
return | void |
public static CheckText ( Func |
||
func | Func |
|
expectedAttrValue | string | |
return | void |
public static RunParallel ( System.Action action ) : void | ||
action | System.Action | |
return | void |