|
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 () |
|
String | getJSONResult () |
|
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) |
|
String | getHTMLResult () |
|
|
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 3 der Datei LogBaseLeaf.java.
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei:
- /home/travis/build/Hrabovszki1023/OKW/log2html/src/main/java/okw/log/log2html/LogBaseLeaf.java