C# Class FXTest.Log.ScenarioResult

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IncCounters ( ScenarioResult result ) : void
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

Private Methods

Méthode Description
GetResultLogAttributes ( ) : FXTest.Log.LogAttribute[]
NameValuePair ( String name, String value ) : String

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IncCounters() public méthode

public IncCounters ( ScenarioResult result ) : void
result ScenarioResult
Résultat void

IncCounters() public méthode

public IncCounters ( bool b ) : void
b bool
Résultat void

IncCounters() public méthode

public IncCounters ( bool b, String comments ) : void
b bool
comments String
Résultat void

IncCounters() public méthode

public IncCounters ( bool b, String comments, Log log ) : void
b bool
comments String
log Log
Résultat void

ScenarioResult() public méthode

public ScenarioResult ( ) : System
Résultat System

ScenarioResult() public méthode

public ScenarioResult ( bool b ) : System
b bool
Résultat System

ScenarioResult() public méthode

public ScenarioResult ( bool b, string comments ) : System
b bool
comments string
Résultat System

ScenarioResult() public méthode

public ScenarioResult ( bool b, string comments, Log log ) : System
b bool
comments string
log Log
Résultat System

ToString() public méthode

public ToString ( ) : String
Résultat String

operator() public static méthode

public static operator ( ) : bool
Résultat bool