![]() |
OpenKeyWord
Build_ID: 457, Datum: 01.02.2020 07:45:48
Dont repeat yourself. - Do it once and only once!
|
Geschützte Methoden | |
LogException (LogBase fpParent, String fpsInfo) | |
String | getHTMLResult () |
String | getJSONResult () |
![]() | |
void | setWarning () |
Boolean | getWarning () |
void | setException () |
Boolean | getException () |
void | setError () |
Boolean | getError () |
void | ErrorCount () |
void | ExceptionCount () |
void | WarningCount () |
void | PassedCount () |
void | PrintCount () |
void | TestcaseCount () |
void | TestcaseFail () |
void | TestcasePass () |
void | FunctionCount () |
void | FunctionFail () |
void | FunctionPass () |
void | KeyWordCount () |
void | KeyWordFail () |
void | KeyWordPass () |
void | SequenceCount () |
void | SequenceFail () |
void | SequencePass () |
void | StepCount () |
void | StepFail () |
void | StepPass () |
void | LocalACCallCount () |
void | LocalACCallFail () |
void | LocalACCallPass () |
void | RemoteACCallCount () |
void | RemoteACCallFail () |
void | RemoteACCallPass () |
String | getJSONStatistics () |
![]() | |
void | abort () |
int | getLevel () |
String | getLevelIndention () |
String | getLevelIndention (int shift) |
String | jsonElement (String Key, String Value) |
String | jsonElementComma (String Key, String Value) |
String | jsonElementComma (String Key, Integer Value) |
String | jsonElement (String Key, Integer Value) |
String | jsonStructure (String Key, String Value) |
String | jsonStructureComma (String Key, String Value) |
String | jsonArray (String Key, String Value) |
String | jsonArrayElement (String Value) |
String | jsonArrayElementComma (String Value) |
Weitere Geerbte Elemente | |
![]() | |
LogBaseLeaf (LogBase Parent) | |
void | reset () |
![]() | |
void | setParent (LogBase fpParent) |
LogBase | getParent () |
![]() | |
Integer | ErrorCount = 0 |
Integer | ExceptionCount = 0 |
Integer | WarningCount = 0 |
Integer | PassedCount = 0 |
Integer | PrintCount = 0 |
Boolean | bWarning = false |
Boolean | bException = false |
Boolean | bError = false |
![]() | |
Integer | myID = 0 |
String | Info = "" |
LogTimer | myDuration = new LogTimer() |
LogBase | myParent = null |
List< LogBase > | myLogs = new ArrayList<LogBase>() |
int | Level = -1 |
String | myIndentionBase = " " |
Boolean | bWarning = false |
Boolean | bException = false |
Boolean | bError = false |
![]() | |
static Integer | AllCount = 0 |
Definiert in Zeile 5 der Datei LogException.java.