![]() |
OpenKeyWord
Build_ID: 457, Datum: 01.02.2020 07:45:48
Dont repeat yourself. - Do it once and only once!
|
Debug Logs are not a part of Interface. Mehr ...
Öffentliche Methoden | |
void | reset () |
Method resets . Mehr ... | |
void | LogError (String Message) |
LogError: Logs an error message to the result. Mehr ... | |
void | LogPass (String Message) |
LogPass: Logs an error message to the result. Mehr ... | |
void | LogWarning (String Message) |
LogWarning: Logs an error message to the result. Mehr ... | |
void | LogException (String Message) |
LogException: Logs an exception to the results. Mehr ... | |
void | LogSourceLocation (String Start, String End, String featureName, String sourceType) |
LogSourceLocation: Logs location of Source in Harmony. Mehr ... | |
void | LogPrint (String Message) |
LogPrint: Prints the given message to the results. Mehr ... | |
void | LogPrintDebug (String Message) |
LogPrintDebug: Mehr ... | |
void | LogTestcaseStart (String fpsTestcaseName) |
LogTestcaseStart: Mehr ... | |
void | LogTestcaseEnd () |
LogTestcaseEnd: Mehr ... | |
void | LogKeyWordStart (String KeyWordName, String... Params) |
LogKeyWordStart: Mehr ... | |
void | LogKeyWordEnd () |
LogKeyWordEnd: Mehr ... | |
void | LogStepStart (String categoryName, String categoryType, String choiceValue, String featureName, String localCategoryName, String sourceExcerpt, String type) |
LogStepStart: Log Begin of (Test) Step. Mehr ... | |
void | LogStepEnd () |
LogStepEnd: Log End of (Test) Step. Mehr ... | |
void | LogLocalACCallStart (String sourceExcerpt, String Type) |
LogLocalACCallStart: Start of a local AC call. Mehr ... | |
void | LogLocalACCallEnd () |
LogLocalACCallEnd: End of a local AC call. Mehr ... | |
void | LogRemoteACCallStart (String sourceExcerpt, String Type) |
LogRemoteACCallStart: Start of a remote AC call. Mehr ... | |
void | LogRemoteACCallEnd () |
LogRemoteACCallEnd: End of a remote AC call. Mehr ... | |
void | LogSequenceStart (String KeyWordName, String FN, String SEQName, String... Params) |
LogSequenceStart: Begin of a Sequence. Mehr ... | |
void | LogSequenceEnd () |
LogSequenceEnd: Mehr ... | |
void | LogFunctionStart (String FunctionName, String... Params) |
LogFunctionStart: Mehr ... | |
void | LogFunctionStartDebug (String FunctionName, String... Params) |
LogFunctionStartDebug: Mehr ... | |
void | LogFunctionEnd () |
LogFunctionEnd: Mehr ... | |
void | LogFunctionEndDebug () |
LogFunctionEndDebug: Mehr ... | |
void | LogFunctionEnd (Boolean Message) |
LogFunctionEnd(Boolean): Mehr ... | |
void | LogFunctionEndDebug (Boolean Message) |
LogFunctionEndDebug(Boolean): Mehr ... | |
void | LogFunctionEnd (String Message) |
LogFunctionEnd(String): Mehr ... | |
void | LogFunctionEndDebug (String Message) |
LogFunctionEndDebug(String): Mehr ... | |
void | LogFunctionEnd (List< String > Message) |
LogFunctionEnd: Mehr ... | |
void | LogFunctionEndDebug (List< String > Message) |
LogFunctionEndDebug: Mehr ... | |
void | ResOpenList (String ListHeader) |
LogFunctionStartDebug: Opens a debug outline level with the . Mehr ... | |
void | ResOpenListDebug (String ListHeader) |
Öffnet eine neue debug Ergenis-Ebene mit der gegebenen Überschrift. Mehr ... | |
void | ResCloseList () |
ResCloseList: Closes the outline level. Mehr ... | |
void | ResCloseListDebug () |
ResCloseListDebug: Mehr ... | |
void | setDebugMode (Boolean fpbDebugMode) |
setDebugMode: Mehr ... | |
Debug Logs are not a part of Interface.
This methods are implemented in Logger.cs a Log*Debug function calls after checking the log-conditions(debug=true) the Log*-Funktion(without "Debug") void LogPrintDebug();
Definiert in Zeile 54 der Datei ILogger.java.
void okw.log.ILogger.LogError | ( | String | Message | ) |
LogError: Logs an error message to the result.
fps_Message | Error message text. |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.LogException | ( | String | Message | ) |
LogException: Logs an exception to the results.
Message |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.LogFunctionEnd | ( | ) |
LogFunctionEnd:
Implementiert in okw.log.Logger_Sngltn, okw.log.log2html.Log2HTML und okw.log.Log2Console.
void okw.log.ILogger.LogFunctionEnd | ( | Boolean | Message | ) |
Message |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.LogFunctionEnd | ( | List< String > | Message | ) |
LogFunctionEnd:
Message |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.LogFunctionEnd | ( | String | Message | ) |
Message |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.LogFunctionEndDebug | ( | ) |
LogFunctionEndDebug:
Implementiert in okw.log.Log2Console, okw.log.Logger_Sngltn und okw.log.log2html.Log2HTML.
void okw.log.ILogger.LogFunctionEndDebug | ( | Boolean | Message | ) |
Message |
Implementiert in okw.log.Log2Console, okw.log.Logger_Sngltn und okw.log.log2html.Log2HTML.
void okw.log.ILogger.LogFunctionEndDebug | ( | List< String > | Message | ) |
LogFunctionEndDebug:
Message |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Log2Console und okw.log.Logger_Sngltn.
void okw.log.ILogger.LogFunctionEndDebug | ( | String | Message | ) |
Message |
Implementiert in okw.log.Log2Console, okw.log.Logger_Sngltn und okw.log.log2html.Log2HTML.
void okw.log.ILogger.LogFunctionStart | ( | String | FunctionName, |
String... | Params | ||
) |
LogFunctionStart:
FunctionName | |
Params |
Implementiert in okw.log.Logger_Sngltn, okw.log.Log2Console und okw.log.log2html.Log2HTML.
void okw.log.ILogger.LogFunctionStartDebug | ( | String | FunctionName, |
String... | Params | ||
) |
LogFunctionStartDebug:
FunctionName | |
Params |
Implementiert in okw.log.Log2Console, okw.log.Logger_Sngltn und okw.log.log2html.Log2HTML.
void okw.log.ILogger.LogKeyWordEnd | ( | ) |
LogKeyWordEnd:
Implementiert in okw.log.Logger_Sngltn, okw.log.log2html.Log2HTML und okw.log.Log2Console.
void okw.log.ILogger.LogKeyWordStart | ( | String | KeyWordName, |
String... | Params | ||
) |
LogKeyWordStart:
KeyWordName | |
Params |
Implementiert in okw.log.Logger_Sngltn, okw.log.Log2Console und okw.log.log2html.Log2HTML.
void okw.log.ILogger.LogLocalACCallEnd | ( | ) |
LogLocalACCallEnd: End of a local AC call.
This log is for Harmony.
Implementiert in okw.log.Logger_Sngltn, okw.log.log2html.Log2HTML und okw.log.Log2Console.
void okw.log.ILogger.LogLocalACCallStart | ( | String | sourceExcerpt, |
String | Type | ||
) |
LogLocalACCallStart: Start of a local AC call.
This log is for Harmony.
Gherkin | Gherkin expression. |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Log2Console und okw.log.Logger_Sngltn.
void okw.log.ILogger.LogPass | ( | String | Message | ) |
LogPass: Logs an error message to the result.
Message | Pass message |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.LogPrint | ( | String | Message | ) |
LogPrint: Prints the given message to the results.
Message | Message to print. |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.LogPrintDebug | ( | String | Message | ) |
LogPrintDebug:
Message |
Implementiert in okw.log.Logger_Sngltn, okw.log.log2html.Log2HTML und okw.log.Log2Console.
void okw.log.ILogger.LogRemoteACCallEnd | ( | ) |
LogRemoteACCallEnd: End of a remote AC call.
This log is for Harmony.
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.LogRemoteACCallStart | ( | String | sourceExcerpt, |
String | Type | ||
) |
LogRemoteACCallStart: Start of a remote AC call.
This log is for Harmony.
Gherkin | Gherkin expression. |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Log2Console und okw.log.Logger_Sngltn.
void okw.log.ILogger.LogSequenceEnd | ( | ) |
LogSequenceEnd:
Implementiert in okw.log.log2html.Log2HTML, okw.log.Log2Console und okw.log.Logger_Sngltn.
void okw.log.ILogger.LogSequenceStart | ( | String | KeyWordName, |
String | FN, | ||
String | SEQName, | ||
String... | Params | ||
) |
LogSequenceStart: Begin of a Sequence.
This log is used by the Sequence-keyword.
KeyWordName | In this case "Sequence" - language depended Log e.g. "Sequenz" in german. |
FN | Funktionalname of the Window. |
SEQName | Name of the Sequence of the given Window. |
Params | Optional Parameter of the Sequence |
Implementiert in okw.log.Logger_Sngltn, okw.log.log2html.Log2HTML und okw.log.Log2Console.
void okw.log.ILogger.LogSourceLocation | ( | String | Start, |
String | End, | ||
String | featureName, | ||
String | sourceType | ||
) |
LogSourceLocation: Logs location of Source in Harmony.
This is a special log for Harmony. Holds the Referenz to the Source in HArmony to create a Hyperlink from Report to the source of Teststep.
This log is only used for Harmoy.
Start | of the Source |
End | of the Source |
featureName | the name of feature like "Main Menu" |
sourceType | The Type of the "ac" |
Implementiert in okw.log.Logger_Sngltn, okw.log.Log2Console und okw.log.log2html.Log2HTML.
void okw.log.ILogger.LogStepEnd | ( | ) |
LogStepEnd: Log End of (Test) Step.
This log is for Harmony.
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.LogStepStart | ( | String | categoryName, |
String | categoryType, | ||
String | choiceValue, | ||
String | featureName, | ||
String | localCategoryName, | ||
String | sourceExcerpt, | ||
String | type | ||
) |
LogStepStart: Log Begin of (Test) Step.
This log is for Harmony.
Gherkin | Gherkin expression. |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.LogTestcaseEnd | ( | ) |
LogTestcaseEnd:
Implementiert in okw.log.Log2Console, okw.log.Logger_Sngltn und okw.log.log2html.Log2HTML.
void okw.log.ILogger.LogTestcaseStart | ( | String | fpsTestcaseName | ) |
LogTestcaseStart:
fpsTestcaseName |
Implementiert in okw.log.Logger_Sngltn, okw.log.Log2Console und okw.log.log2html.Log2HTML.
void okw.log.ILogger.LogWarning | ( | String | Message | ) |
LogWarning: Logs an error message to the result.
Message | Warning message. |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.ResCloseList | ( | ) |
ResCloseList: Closes the outline level.
fps_Message | |
fpsParameter |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.ResCloseListDebug | ( | ) |
ResCloseListDebug:
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.
void okw.log.ILogger.reset | ( | ) |
void okw.log.ILogger.ResOpenList | ( | String | ListHeader | ) |
LogFunctionStartDebug: Opens a debug outline level with the .
LevelHeader |
Implementiert in okw.log.Logger_Sngltn, okw.log.Log2Console und okw.log.log2html.Log2HTML.
void okw.log.ILogger.ResOpenListDebug | ( | String | ListHeader | ) |
Öffnet eine neue debug Ergenis-Ebene mit der gegebenen Überschrift.
ListHeader | Überschrift neu zuöffnenden Liste |
Implementiert in okw.log.Logger_Sngltn, okw.log.Log2Console und okw.log.log2html.Log2HTML.
void okw.log.ILogger.setDebugMode | ( | Boolean | fpbDebugMode | ) |
setDebugMode:
fpbDebugMode | If true the DebugMode ist on. Else if false the DebugMode is off. |
Implementiert in okw.log.log2html.Log2HTML, okw.log.Logger_Sngltn und okw.log.Log2Console.