public class Test extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
debug_on_error |
protected boolean |
last_result |
static String |
NS_SEP |
| Modifier and Type | Method and Description |
|---|---|
void |
addSuccessfulTotalTime(long time) |
void |
addTestsErr(int tests) |
void |
addTestsOK(int tests) |
void |
addTestsTotalTime(long time) |
String |
getDescription() |
String |
getErrorMsg() |
Exception |
getException() |
List<HistoryEntry> |
getHistory() |
tigase.xml.Element |
getLastResult() |
String |
getName() |
Params |
getParams() |
boolean |
getResult() |
long |
getSuccessfulTotalTime() |
int |
getTestsErr() |
int |
getTestsOK() |
long |
getTestsTotalTime() |
void |
handleResult(tigase.test.Test.DaemonTest dt,
boolean result) |
void |
runTest(HistoryCollectorIfc historyColl) |
void |
setDescription(String descr) |
void |
setName(String name) |
void |
setResult(boolean res) |
public static final String NS_SEP
protected boolean debug_on_error
protected boolean last_result
public Test(TestNode node)
public void runTest(HistoryCollectorIfc historyColl)
public void handleResult(tigase.test.Test.DaemonTest dt,
boolean result)
public int getTestsOK()
public void addTestsOK(int tests)
public int getTestsErr()
public void addTestsErr(int tests)
public long getTestsTotalTime()
public void addTestsTotalTime(long time)
public long getSuccessfulTotalTime()
public void addSuccessfulTotalTime(long time)
public List<HistoryEntry> getHistory()
public Exception getException()
public String getErrorMsg()
public tigase.xml.Element getLastResult()
public boolean getResult()
public void setResult(boolean res)
public void setName(String name)
public String getName()
public Params getParams()
public void setDescription(String descr)
public String getDescription()
Copyright © 2005–2014 Tigase. All rights reserved.