Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IncCounters ( |
||
IncCounters ( bool b ) : void | ||
IncCounters ( bool b, String comments ) : void | ||
IncCounters ( bool b, String comments, Log log ) : void | ||
ScenarioResult ( ) : System | ||
ScenarioResult ( bool b ) : System | ||
ScenarioResult ( bool b, string comments ) : System | ||
ScenarioResult ( bool b, string comments, Log log ) : System | ||
ToString ( ) : String | ||
operator ( ) : bool |
Méthode | Description | |
---|---|---|
GetResultLogAttributes ( ) : FXTest.Log.LogAttribute[] | ||
NameValuePair ( String name, String value ) : String |
public IncCounters ( |
||
result | ||
Résultat | void |
public IncCounters ( bool b, String comments ) : void | ||
b | bool | |
comments | String | |
Résultat | void |
public IncCounters ( bool b, String comments, Log log ) : void | ||
b | bool | |
comments | String | |
log | Log | |
Résultat | void |
public ScenarioResult ( bool b, string comments ) : System | ||
b | bool | |
comments | string | |
Résultat | System |
public ScenarioResult ( bool b, string comments, Log log ) : System | ||
b | bool | |
comments | string | |
log | Log | |
Résultat | System |