|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.symbian.et.test.report.Errors
Field Summary | |
static java.lang.String |
ABORT
Literal for "abort". |
static java.lang.String |
DIGIT
Literal for " = ". |
static java.lang.String |
DURATION
Literal for "duration". |
static java.lang.String |
EQUALS
Literal for " = ". |
static java.lang.String |
FAIL
Literal for "fail". |
private int |
iAbort
Total number of aborted tests. |
private int |
iFailed
Total number of failed tests. |
private int |
iInconclusive
Total number of inconclusive tests. |
static java.lang.String |
INCONCLUSIVE
Literal for "inconclusive". |
private int |
iPanic
Total number of paniked tests. |
private int |
iPassed
Total number of passed tests. |
private int |
iTimedout
Total number of timedout tests. |
private int |
iUnexecuted
Total number of unexecuted tests. |
private int |
iUnknown
Total number of unknown tests. |
static java.lang.String |
LOG
Literal for "log". |
static java.lang.String |
NAME
Literal for "name". |
static java.lang.String |
PANIC
Literal for "panic". |
static java.lang.String |
PASS
Literal for "pass". |
static java.lang.String |
REPORT
The root element for the TestDriverReport. |
static java.lang.String |
TASK
Literal for "test". |
static java.lang.String |
TIMEDOUT
Literal for "timedout". |
static java.lang.String |
UNEXECUTED
Literal for "unexecuted". |
static java.lang.String |
UNKNOWN
Literal for "unknown". |
Constructor Summary | |
Errors()
|
Method Summary | |
void |
addToAbort(int aAbort)
|
void |
addToFailed(int aFailed)
|
void |
addToInconclusive(int aInconclusive)
|
void |
addToPanic(int panic)
|
void |
addToPassed(int aPasssed)
|
void |
addToTimedout(int aTimedout)
|
void |
addToUnexecuted(int aUnexecuted)
|
void |
addToUnknown(int aUnknown)
|
int |
getAbort()
|
java.lang.String |
getDuration()
|
int |
getFailed()
|
int |
getInconclusive()
|
int |
getPanic()
|
int |
getPassed()
|
java.lang.String |
getResult()
|
java.lang.String |
getStatus()
|
int |
getTimedout()
|
int |
getUnexecuted()
|
int |
getUnknown()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static java.lang.String REPORT
public static java.lang.String EQUALS
public static java.lang.String DIGIT
public static java.lang.String TASK
public static java.lang.String NAME
public static java.lang.String DURATION
public static java.lang.String LOG
public static java.lang.String PASS
public static java.lang.String FAIL
public static java.lang.String TIMEDOUT
public static java.lang.String PANIC
public static java.lang.String UNEXECUTED
public static java.lang.String UNKNOWN
public static java.lang.String ABORT
public static java.lang.String INCONCLUSIVE
private int iPassed
private int iFailed
private int iTimedout
private int iPanic
private int iUnexecuted
private int iUnknown
private int iAbort
private int iInconclusive
Constructor Detail |
public Errors()
Method Detail |
public int getPassed()
public void addToPassed(int aPasssed)
aPasssed
- public int getFailed()
public void addToFailed(int aFailed)
aFailed
- public int getTimedout()
public void addToTimedout(int aTimedout)
aTimedout
- public int getPanic()
public void addToPanic(int panic)
panic
- The iPanic to set.public int getUnexecuted()
public void addToUnexecuted(int aUnexecuted)
aUnexecuted
- The uNEXECUTED to set.public int getAbort()
public void addToAbort(int aAbort)
aAbort
- The iAbort to set.public int getInconclusive()
public void addToInconclusive(int aInconclusive)
aInconclusive
- The iInconclusive to set.public int getUnknown()
public void addToUnknown(int aUnknown)
aUnknown
- The iUnknown to set.public java.lang.String getResult()
public java.lang.String getStatus()
public java.lang.String getDuration()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |