public abstract class LogBase extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Integer |
AllCount |
protected Boolean |
bError |
protected Boolean |
bException |
protected Boolean |
bWarning |
protected static Integer |
ErrorCount |
protected static Integer |
ExceptionCount |
protected static Integer |
FunctionCount |
protected static Integer |
FunctionFail |
protected static Integer |
FunctionPass |
protected String |
Info |
protected static Integer |
KeyWordCount |
protected static Integer |
KeyWordFail |
protected static Integer |
KeyWordPass |
protected int |
Level |
protected LogTimer |
myDuration |
protected Integer |
myID |
protected String |
myIndentionBase |
protected List<LogBase> |
myLogs |
protected LogBase |
myParent |
protected static Integer |
PassedCount |
protected static Integer |
PrintCount |
protected static Integer |
SequensCount |
protected static Integer |
SequensFail |
protected static Integer |
SequensPass |
protected static Integer |
TestcaseCount |
protected static Integer |
TestcaseFail |
protected static Integer |
TestcasePass |
protected static Integer |
WarningCount |
| Constructor and Description |
|---|
LogBase() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
abort() |
protected Boolean |
getError() |
protected Boolean |
getException() |
protected int |
getLevel() |
protected String |
getLevelIndention() |
LogBase |
getParent() |
protected String |
getResult() |
protected Boolean |
getWarning() |
void |
reset() |
protected void |
setError() |
protected void |
setException() |
protected abstract void |
SetFail() |
void |
setParent(LogBase fpParent) |
protected abstract void |
SetPass() |
protected void |
setWarning() |
protected static Integer AllCount
protected Integer myID
protected static Integer ErrorCount
protected static Integer ExceptionCount
protected static Integer WarningCount
protected static Integer PassedCount
protected static Integer PrintCount
protected static Integer TestcaseCount
protected static Integer TestcaseFail
protected static Integer TestcasePass
protected static Integer FunctionCount
protected static Integer FunctionFail
protected static Integer FunctionPass
protected static Integer KeyWordCount
protected static Integer KeyWordFail
protected static Integer KeyWordPass
protected static Integer SequensCount
protected static Integer SequensFail
protected static Integer SequensPass
protected String Info
protected LogTimer myDuration
protected LogBase myParent
protected int Level
protected String myIndentionBase
protected Boolean bWarning
protected Boolean bException
protected Boolean bError
protected abstract void SetFail()
protected abstract void SetPass()
public void setParent(LogBase fpParent)
protected void abort()
public void reset()
public LogBase getParent()
protected int getLevel()
protected String getLevelIndention()
protected void setWarning()
protected Boolean getWarning()
protected void setException()
protected Boolean getException()
protected void setError()
protected Boolean getError()
protected String getResult()
Copyright © 2019 OpenKeyWord. All rights reserved.