public class Log2HTML extends LogBaseNode implements ILogger
ErrorCount, ExceptionCount, FunctionCount, FunctionFail, FunctionPass, KeyWordCount, KeyWordFail, KeyWordPass, LocalACCallCount, LocalACCallFail, LocalACCallPass, PassedCount, PrintCount, RemoteACCallCount, RemoteACCallFail, RemoteACCallPass, SequenceCount, SequenceFail, SequencePass, StepCount, StepFail, StepPass, TestcaseCount, TestcaseFail, TestcasePass, WarningCountAllCount, bError, bException, bWarning, Info, Level, myDuration, myID, myIndentionBase, myLogs, myParent| Constructor and Description |
|---|
Log2HTML() |
Log2HTML(String featereName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
abort() |
protected void |
FunctionCount() |
protected void |
FunctionFail() |
protected void |
FunctionPass() |
protected String |
getHTMLResult() |
protected String |
getJSONResult() |
protected void |
KeyWordCount() |
protected void |
KeyWordFail() |
protected void |
KeyWordPass() |
protected void |
LocalACCallCount() |
protected void |
LocalACCallFail() |
protected void |
LocalACCallPass() |
void |
LogError(String fpsMessage) |
void |
LogException(String fpsMessage) |
void |
LogFunctionEnd() |
void |
LogFunctionEnd(Boolean Return) |
void |
LogFunctionEnd(List<String> fps_Return) |
void |
LogFunctionEnd(String fps_Return) |
void |
LogFunctionEndDebug() |
void |
LogFunctionEndDebug(Boolean fpb_Return) |
void |
LogFunctionEndDebug(List<String> fps_Return) |
void |
LogFunctionEndDebug(String fps_Return) |
void |
LogFunctionStart(String fps_FunctionName,
String... fpsParameter) |
void |
LogFunctionStartDebug(String fps_FunctionName,
String... fpsParameter) |
void |
LogKeyWordEnd() |
void |
LogKeyWordStart(String fps_FunctionName,
String... fpsParameter) |
void |
LogLocalACCallEnd() |
void |
LogLocalACCallStart(String sourceExcerpt,
String Type) |
void |
LogPass(String fpsMessage) |
void |
LogPrint(String fpsMessage) |
void |
LogPrintDebug(String fpsMessage) |
void |
LogRemoteACCallEnd() |
void |
LogRemoteACCallStart(String sourceExcerpt,
String Type) |
void |
LogSequenceEnd() |
void |
LogSequenceStart(String fpsKeywordName,
String fpsWindowFN,
String fpsSequenceName,
String... fpsParameter) |
void |
LogSourceLocation(String Start,
String End,
String featureName,
String sourceType) |
void |
LogStepEnd() |
void |
LogStepStart(String categoryName,
String categoryType,
String choiceValue,
String featureName,
String localCategoryName,
String sourceExcerpt,
String type)
\~german
Log markiert den Start eines Steps.
|
void |
LogTestcaseEnd() |
void |
LogTestcaseStart(String fps_FunctionName) |
void |
LogWarning(String fpsMessage) |
protected void |
RemoteACCallCount() |
protected void |
RemoteACCallFail() |
protected void |
RemoteACCallPass() |
void |
ResCloseList() |
void |
ResCloseListDebug() |
void |
ResOpenList(String fps_ListHeader) |
void |
ResOpenListDebug(String fps_ListHeader) |
void |
Result2HTML(String fpsFilename) |
String |
Result2JSON(String fpsFileName) |
protected void |
SequenceCount() |
protected void |
SequenceFail() |
protected void |
SequencePass() |
void |
setDebugMode(Boolean fpbDebugMode) |
protected void |
StepCount() |
protected void |
StepFail() |
protected void |
StepPass() |
protected void |
TestcaseCount() |
protected void |
TestcaseFail() |
protected void |
TestcasePass() |
ErrorCount, ExceptionCount, getJSONNodeProperties, getJSONStatistics, PassedCount, PrintCount, reset, WarningCountgetError, getLevel, getLevelIndention, getLevelIndention, getParent, getWarning, jsonArray, jsonArrayElement, jsonArrayElementComma, jsonElement, jsonElement, jsonElementComma, jsonElementComma, jsonStructure, jsonStructureComma, setError, setException, setParent, setWarningpublic Log2HTML()
public Log2HTML(String featereName)
public void LogPrintDebug(String fpsMessage)
LogPrintDebug in interface ILoggerpublic void LogWarning(String fpsMessage)
LogWarning in interface ILoggerpublic void LogException(String fpsMessage)
LogException in interface ILoggerpublic void LogSourceLocation(String Start, String End, String featureName, String sourceType)
LogSourceLocation in interface ILoggerpublic void LogFunctionStart(String fps_FunctionName, String... fpsParameter)
LogFunctionStart in interface ILoggerpublic void LogFunctionStartDebug(String fps_FunctionName, String... fpsParameter)
LogFunctionStartDebug in interface ILoggerpublic void LogFunctionEnd()
LogFunctionEnd in interface ILoggerpublic void LogFunctionEndDebug()
LogFunctionEndDebug in interface ILoggerpublic void LogFunctionEndDebug(Boolean fpb_Return)
LogFunctionEndDebug in interface ILoggerpublic void LogFunctionEnd(Boolean Return)
LogFunctionEnd in interface ILoggerpublic void LogFunctionEnd(String fps_Return)
LogFunctionEnd in interface ILoggerpublic void LogFunctionEndDebug(String fps_Return)
LogFunctionEndDebug in interface ILoggerpublic void LogFunctionEnd(List<String> fps_Return)
LogFunctionEnd in interface ILoggerpublic void LogFunctionEndDebug(List<String> fps_Return)
LogFunctionEndDebug in interface ILoggerpublic void LogTestcaseStart(String fps_FunctionName)
LogTestcaseStart in interface ILoggerpublic void LogTestcaseEnd()
LogTestcaseEnd in interface ILoggerpublic void LogKeyWordStart(String fps_FunctionName, String... fpsParameter)
LogKeyWordStart in interface ILoggerpublic void LogKeyWordEnd()
LogKeyWordEnd in interface ILoggerpublic void LogLocalACCallStart(String sourceExcerpt, String Type)
LogLocalACCallStart in interface ILoggerpublic void LogLocalACCallEnd()
LogLocalACCallEnd in interface ILoggerpublic void LogStepStart(String categoryName, String categoryType, String choiceValue, String featureName, String localCategoryName, String sourceExcerpt, String type)
LogStepStart in interface ILoggercategoryName - Name der Kategorie (category)choiceValue - Choice, also der zugeordnetter Wert der CategoriefeatureName - localCategoryName - Lokalar Name der KategoriesourceExcerpt - ist der Auszug, von der dieser Schritt abgeleitet wurde
\~english
Log marks the start of a step.
Das ist ein [Harmony](https://cloud.4test.io/). spezifischer log
und ist für den Code-Compiler von Harmony ReserviertcategoryName - Category namechoiceValue - Choice, i.e. the assigned value of the categoryfeatureName - Feature NamelocalCategoryName - Local name of categorysourceExcerpt - is the excerpt from which this step was derived
\~public void LogStepEnd()
LogStepEnd in interface ILoggerpublic void LogRemoteACCallStart(String sourceExcerpt, String Type)
LogRemoteACCallStart in interface ILoggerpublic void LogRemoteACCallEnd()
LogRemoteACCallEnd in interface ILoggerpublic void LogSequenceStart(String fpsKeywordName, String fpsWindowFN, String fpsSequenceName, String... fpsParameter)
LogSequenceStart in interface ILoggerpublic void LogSequenceEnd()
LogSequenceEnd in interface ILoggerpublic void Result2HTML(String fpsFilename)
protected String getHTMLResult()
getHTMLResult in class LogBaseprotected String getJSONResult()
getJSONResult in class LogBaseNodepublic void ResOpenList(String fps_ListHeader)
ResOpenList in interface ILoggerpublic void ResOpenListDebug(String fps_ListHeader)
ResOpenListDebug in interface ILoggerpublic void ResCloseList()
ResCloseList in interface ILoggerpublic void ResCloseListDebug()
ResCloseListDebug in interface ILoggerpublic void setDebugMode(Boolean fpbDebugMode)
setDebugMode in interface ILoggerprotected void TestcaseCount()
TestcaseCount in class LogBaseNodeprotected void TestcaseFail()
TestcaseFail in class LogBaseNodeprotected void TestcasePass()
TestcasePass in class LogBaseNodeprotected void FunctionCount()
FunctionCount in class LogBaseNodeprotected void FunctionFail()
FunctionFail in class LogBaseNodeprotected void FunctionPass()
FunctionPass in class LogBaseNodeprotected void KeyWordCount()
KeyWordCount in class LogBaseNodeprotected void KeyWordFail()
KeyWordFail in class LogBaseNodeprotected void KeyWordPass()
KeyWordPass in class LogBaseNodeprotected void SequenceCount()
SequenceCount in class LogBaseNodeprotected void SequenceFail()
SequenceFail in class LogBaseNodeprotected void SequencePass()
SequencePass in class LogBaseNodeprotected void StepCount()
StepCount in class LogBaseNodeprotected void StepFail()
StepFail in class LogBaseNodeprotected void StepPass()
StepPass in class LogBaseNodeprotected void LocalACCallCount()
LocalACCallCount in class LogBaseNodeprotected void LocalACCallFail()
LocalACCallFail in class LogBaseNodeprotected void LocalACCallPass()
LocalACCallPass in class LogBaseNodeprotected void RemoteACCallCount()
RemoteACCallCount in class LogBaseNodeprotected void RemoteACCallFail()
RemoteACCallFail in class LogBaseNodeprotected void RemoteACCallPass()
RemoteACCallPass in class LogBaseNodeCopyright © 2019 OpenKeyWord. All rights reserved.