| Modifier and Type | Method and Description |
|---|---|
void |
addLogger(ILogger fpLogger)
\~german
\brief Fügt einen ILogger der Logger-Liste Logger.LoggerList
\param fpLogger Logger, der
\return
\~english
\brief \todo TODO: Brief Description.
|
Boolean |
getDebugMode() |
static Logger_Sngltn |
getInstance()
\~german
Zentrale Logger-Klasse stellt Logger-Methoden innerhalb von OKW zur Verfügung.
|
static void |
init() |
void |
LogError(String fps_Message)
\brief
LogError Function:
Logs an error message to the results file.
|
void |
LogException(String fps_Message)
\brief
LogException Function:
Logs a Script Exception to the results file.
|
void |
LogKeyWordEnd()
LogKeyWordEnd: @todo TODO: Add description to LogKeyWordEnd
\~
|
void |
LogKeyWordStart(String fpsKeyWordName,
String... fpsParameter)
\~german
\brief Ausgabe eines Schlüsselwortes
\todo TODO: Ausführliche Beschreibung
\param Parameterbezeichner \todo TODO: Beschreibung
\return
\~english
\brief \todo TODO: Brief Description.
|
void |
LogLocalACCallEnd()
LogLocalACCallEnd: End of a local AC call.
|
void |
LogLocalACCallStart(String Gherkin,
String Type)
LogLocalACCallStart: Start of a local AC call.
|
void |
LogPass(String fps_Message)
\brief LogPass: Logs an passes-message to the result.
|
void |
LogPrint(String fps_Message)
\brief
LogPrint Function:
Prints the values of expressions to the results file.
|
void |
LogPrintDebug(String fpsMessage)
\~german
\brief Loggt eine Nachricht
Die Nachricht fpsMessage wird im Ergebniss ausgegeben.
|
void |
LogRemoteACCallEnd()
LogRemoteACCallEnd: End of a remote AC call.
|
void |
LogRemoteACCallStart(String Gherkin,
String Type)
LogRemoteACCallStart: Start of a remote AC call.
|
void |
LogSequenceEnd()
LogSequenceEnd: @todo TODO: Add description to LogSequenceEnd.
|
void |
LogSequenceStart(String fpsKeyWordName,
String fpsWinowFN,
String fpsSequenceName,
String... fpsParameter)
LogSequenceStart: Begin of a Sequence.
|
void |
LogSourceLocation(String Start,
String End,
String featureName,
String sourceType)
\brief
LogWarning Function:
Logs a warning to the results file.
|
void |
LogStepEnd()
LogStepEnd: Log End of (Test) Step.
|
void |
LogStepStart(String categoryName,
String categoryType,
String choiceValue,
String featureName,
String localCategoryName,
String sourceExcerpt,
String type)
LogStepStart: Log Begin of (Test) Step.
|
void |
LogTestcaseEnd()
LogTestcaseEnd: @todo TODO: Add description to LogTestcaseEnd
\~
|
void |
LogTestcaseStart(String fps_TestcaseName)
\~german
\brief Ausgabe des Testfalls
\todo TODO: Ausführliche Beschreibung
\param Parameterbezeichner \todo TODO: Beschreibung
\return
\~english
\brief \todo TODO: Brief Description.
|
void |
LogVersionTxt()
\~german
Logt den Versions-Text beim Start eines Skriptes.
|
void |
LogWarning(String fps_Message)
\brief
LogWarning Function:
Logs a warning to the results file.
|
void |
ResCloseList()
\brief
Closes a hierarchical level in the results file that was opened with
ResOpenList.
|
void |
ResCloseListDebug()
\brief
Closes a hierarchical level in the results file that was opened with
ResOpenList.
|
void |
reset()
\~german
\brief Initialisi.
|
void |
ResOpenList(String fps_Name)
\brief
Creates a new hierarchical level in the results file.
|
void |
ResOpenListDebug(String fpsListCaption)
\~german
\brief Erzeugt eine hierachische Log-Ebene in der Ergenbniss-Ausgabe.
|
void |
setDebugMode(Boolean fpbDebugMode)
setDebugMode: @todo TODO: Add description to setDebugMode.
|
public Boolean getDebugMode()
public void setDebugMode(Boolean fpbDebugMode)
ILoggersetDebugMode in interface ILoggerfpbDebugMode - If true the DebugMode ist on. Else if false the DebugMode is off.
\~public static Logger_Sngltn getInstance()
public static void init()
public void LogVersionTxt()
public void addLogger(ILogger fpLogger)
public void reset()
public void LogError(String fps_Message)
public void LogException(String fps_Message)
LogException in interface ILoggerfps_Message - \~public void LogKeyWordEnd()
ILoggerLogKeyWordEnd in interface ILoggerpublic void LogStepStart(String categoryName, String categoryType, String choiceValue, String featureName, String localCategoryName, String sourceExcerpt, String type)
ILoggerLogStepStart in interface ILoggerpublic void LogStepEnd()
ILoggerLogStepEnd in interface ILoggerpublic void LogLocalACCallStart(String Gherkin, String Type)
ILoggerLogLocalACCallStart in interface ILoggerpublic void LogLocalACCallEnd()
ILoggerLogLocalACCallEnd in interface ILoggerpublic void LogRemoteACCallStart(String Gherkin, String Type)
ILoggerLogRemoteACCallStart in interface ILoggerpublic void LogRemoteACCallEnd()
ILoggerLogRemoteACCallEnd in interface ILoggerpublic void LogSequenceEnd()
ILoggerLogSequenceEnd in interface ILoggerpublic void LogTestcaseEnd()
ILoggerLogTestcaseEnd in interface ILoggerpublic void LogKeyWordStart(String fpsKeyWordName, String... fpsParameter)
LogKeyWordStart in interface ILoggerfpsParameter - \~public void LogSequenceStart(String fpsKeyWordName, String fpsWinowFN, String fpsSequenceName, String... fpsParameter)
ILoggerLogSequenceStart in interface ILoggerfpsKeyWordName - In this case "Sequence" - language depended Log e.g. "Sequenz" in german.fpsWinowFN - Funktionalname of the Window.fpsSequenceName - Name of the Sequence of the given Window.fpsParameter - Optional Parameter of the Sequence
\~public void LogTestcaseStart(String fps_TestcaseName)
LogTestcaseStart in interface ILoggerfps_TestcaseName - \~public void LogPass(String fps_Message)
public void LogPrint(String fps_Message)
public void LogPrintDebug(String fpsMessage)
LogPrintDebug in interface ILoggerfpsMessage - \~public void LogWarning(String fps_Message)
LogWarning in interface ILoggerfps_Message - Warning message.
\~public void LogSourceLocation(String Start, String End, String featureName, String sourceType)
LogSourceLocation in interface ILoggerStart - of the SourceEnd - of the SourcefeatureName - the name of feature like "Main Menu"sourceType - The Type of the "ac"
\~public void ResCloseList()
ResCloseList in interface ILoggerpublic void ResCloseListDebug()
ResCloseListDebug in interface ILoggerpublic void ResOpenList(String fps_Name)
ResOpenList in interface ILoggerpublic void ResOpenListDebug(String fpsListCaption)
ResOpenListDebug in interface ILoggerfpsListCaption - Überschrift neu zuöffnenden Liste
\~english
Opens a new result list leven with the geven header.Copyright © 2021 OpenKeyWord. All rights reserved.