OpenKeyWord  Build Tag: jenkins-DoxyGen_EN-107, Build ID: 2015-03-08_20-51-06
 All Classes Namespaces Functions Variables Properties Pages
OKW.Log.Log2TestClipboard Class Reference

Das ist eine Klasse um die LogAusgebe, insbesondere ob die Spracheinstellung beim Loggen zu prüfen. More...

Inheritance diagram for OKW.Log.Log2TestClipboard:
Collaboration diagram for OKW.Log.Log2TestClipboard:

Public Member Functions

void LogError (string fps_Message)
 LogError Function: Logs an error message to the results file. More...
 
void LogException (string fps_Message)
 LogException Function: Logs a Script Exception to the results file. More...
 
void LogFunctionEnd ()
 
void LogFunctionEnd (string fps_Return)
 
void LogFunctionEnd (bool fpb_Return)
 
void LogFunctionEnd (List< string > fpls_Return)
 
void LogFunctionStart (string fps_FunctionName)
 
void LogFunctionStart (string fps_FunctionName, string P1_Name, string P1_Value)
 
void LogFunctionStart (string fps_FunctionName, string P1_Name, string P1_Value, string P2_Name, string P2_Value)
 
void LogFunctionStart (string fps_FunctionName, string P1_Name, string P1_Value, string P2_Name, string P2_Value, string P3_Name, string P3_Value)
 
void LogFunctionStart (string fps_FunctionName, string P1_Name, string P1_Value, string P2_Name, string P2_Value, string P3_Name, string P3_Value, string P4_Name, string P4_Value)
 
void LogKeyWordEnd ()
 
void LogKeyWordStart (string fps_KeyWordName)
 
void LogKeyWordStart (string fps_KeyWordName, string fps_Parameter_1)
 
void LogKeyWordStart (string fps_KeyWordName, string fps_Parameter_1, string fps_Parameter_2)
 
void LogKeyWordStart (string fps_KeyWordName, string fps_Parameter_1, string fps_Parameter_2, string fps_Parameter_3)
 
void LogKeyWordStart (string fps_KeyWordName, string fps_Parameter_1, string fps_Parameter_2, string fps_Parameter_3, string fps_Parameter_4)
 
void LogPrint (string fps_Message)
 LogPrint Function: Prints the values of expressions to the results file. More...
 
void LogVerify (string fps_Actual, string fps_Expected)
 
void LogWarning (string fps_Message)
 LogWarning Function: Logs a warning to the results file. More...
 
void ResCloseList ()
 Closes the outline level.
 
void ResOpenList (string fps_Name)
 Open the next Result Outline-Level. More...
 

Private Member Functions

void BlankBefore ()
 

Private Attributes

string BlanksBefore = string.Empty
 
int LevelCounter = 0
 

Detailed Description

Das ist eine Klasse um die LogAusgebe, insbesondere ob die Spracheinstellung beim Loggen zu prüfen.

Member Function Documentation

void OKW.Log.Log2TestClipboard.LogError ( string  fps_Message)

LogError Function: Logs an error message to the results file.

Parameters
fps_Message

Implements OKW.Log.ILogger.

71  {
72  OKW_TestClipboard.Instance.LogValueAdd(this.BlanksBefore + "Error: " + fps_Message);
73  }
void OKW.Log.Log2TestClipboard.LogException ( string  fps_Message)

LogException Function: Logs a Script Exception to the results file.

Parameters
fps_Message

Implements OKW.Log.ILogger.

81  {
82  OKW_TestClipboard.Instance.LogValueAdd(this.BlanksBefore + "Exception: " + fps_Message);
83  }
void OKW.Log.Log2TestClipboard.LogPrint ( string  fps_Message)

LogPrint Function: Prints the values of expressions to the results file.

Parameters
fps_Message

Implements OKW.Log.ILogger.

213  {
214  OKW_TestClipboard.Instance.LogValueAdd(this.BlanksBefore + fps_Message);
215  }
void OKW.Log.Log2TestClipboard.LogWarning ( string  fps_Message)

LogWarning Function: Logs a warning to the results file.

Parameters
fps_Message

Implements OKW.Log.ILogger.

229  {
230  OKW_TestClipboard.Instance.LogValueAdd(this.BlanksBefore + "Warning: " + fps_Message);
231  }
void OKW.Log.Log2TestClipboard.ResOpenList ( string  fps_Name)

Open the next Result Outline-Level.

Parameters
fps_NameIs printid befor enex itend level.

Implements OKW.Log.ILogger.

255  {
256  this.LogPrint(fps_Name);
257  this.LevelCounter++;
258  this.BlankBefore();
259  }

The documentation for this class was generated from the following file: