com.symbian.et.test.report
Class Errors

java.lang.Object
  extended bycom.symbian.et.test.report.Errors

public class Errors
extends java.lang.Object

Author:
EngineeringTools

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

REPORT

public static java.lang.String REPORT
The root element for the TestDriverReport.


EQUALS

public static java.lang.String EQUALS
Literal for " = ".


DIGIT

public static java.lang.String DIGIT
Literal for " = ".


TASK

public static java.lang.String TASK
Literal for "test".


NAME

public static java.lang.String NAME
Literal for "name".


DURATION

public static java.lang.String DURATION
Literal for "duration".


LOG

public static java.lang.String LOG
Literal for "log".


PASS

public static java.lang.String PASS
Literal for "pass".


FAIL

public static java.lang.String FAIL
Literal for "fail".


TIMEDOUT

public static java.lang.String TIMEDOUT
Literal for "timedout".


PANIC

public static java.lang.String PANIC
Literal for "panic".


UNEXECUTED

public static java.lang.String UNEXECUTED
Literal for "unexecuted".


UNKNOWN

public static java.lang.String UNKNOWN
Literal for "unknown".


ABORT

public static java.lang.String ABORT
Literal for "abort".


INCONCLUSIVE

public static java.lang.String INCONCLUSIVE
Literal for "inconclusive".


iPassed

private int iPassed
Total number of passed tests.


iFailed

private int iFailed
Total number of failed tests.


iTimedout

private int iTimedout
Total number of timedout tests.


iPanic

private int iPanic
Total number of paniked tests.


iUnexecuted

private int iUnexecuted
Total number of unexecuted tests.


iUnknown

private int iUnknown
Total number of unknown tests.


iAbort

private int iAbort
Total number of aborted tests.


iInconclusive

private int iInconclusive
Total number of inconclusive tests.

Constructor Detail

Errors

public Errors()
Method Detail

getPassed

public int getPassed()
Returns:

addToPassed

public void addToPassed(int aPasssed)
Parameters:
aPasssed -

getFailed

public int getFailed()
Returns:

addToFailed

public void addToFailed(int aFailed)
Parameters:
aFailed -

getTimedout

public int getTimedout()
Returns:

addToTimedout

public void addToTimedout(int aTimedout)
Parameters:
aTimedout -

getPanic

public int getPanic()
Returns:
Returns the iPanic.

addToPanic

public void addToPanic(int panic)
Parameters:
panic - The iPanic to set.

getUnexecuted

public int getUnexecuted()
Returns:
Returns the uNEXECUTED.

addToUnexecuted

public void addToUnexecuted(int aUnexecuted)
Parameters:
aUnexecuted - The uNEXECUTED to set.

getAbort

public int getAbort()
Returns:
Returns the iAbort.

addToAbort

public void addToAbort(int aAbort)
Parameters:
aAbort - The iAbort to set.

getInconclusive

public int getInconclusive()
Returns:
Returns the iInconclusive.

addToInconclusive

public void addToInconclusive(int aInconclusive)
Parameters:
aInconclusive - The iInconclusive to set.

getUnknown

public int getUnknown()
Returns:
Returns the iUnknown.

addToUnknown

public void addToUnknown(int aUnknown)
Parameters:
aUnknown - The iUnknown to set.

getResult

public java.lang.String getResult()
Returns:

getStatus

public java.lang.String getStatus()
Returns:

getDuration

public java.lang.String getDuration()
Returns: