C# Class FXTest.Log.ScenarioResult

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IncCounters() public method

public IncCounters ( ScenarioResult result ) : void
result ScenarioResult
return void

IncCounters() public method

public IncCounters ( bool b ) : void
b bool
return void

IncCounters() public method

public IncCounters ( bool b, String comments ) : void
b bool
comments String
return void

IncCounters() public method

public IncCounters ( bool b, String comments, Log log ) : void
b bool
comments String
log Log
return void

ScenarioResult() public method

public ScenarioResult ( ) : System
return System

ScenarioResult() public method

public ScenarioResult ( bool b ) : System
b bool
return System

ScenarioResult() public method

public ScenarioResult ( bool b, string comments ) : System
b bool
comments string
return System

ScenarioResult() public method

public ScenarioResult ( bool b, string comments, Log log ) : System
b bool
comments string
log Log
return System

ToString() public method

public ToString ( ) : String
return String

operator() public static method

public static operator ( ) : bool
return bool