|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.easetech.easytest.reports.data.ReportTotalsBean
public class ReportTotalsBean
This class contains the totals of a set of tests
| Constructor Summary | |
|---|---|
ReportTotalsBean()
|
|
| Method Summary | |
|---|---|
void |
addException()
|
void |
addException(long exception)
|
void |
addFailed()
|
void |
addFailed(long failed)
|
void |
addPassed()
|
void |
addPassed(long passed)
|
Long |
getException()
|
Long |
getFailed()
|
String |
getItem()
|
Long |
getPassed()
|
Double |
getPercentageException()
Percentage of tests exception |
Double |
getPercentageFailed()
Percentage of tests failed |
Double |
getPercentagePassed()
Percentage of tests passed |
Long |
getTotal()
passed + failed + exception |
BufferedImage |
getTotalsGraph()
|
void |
setException(Long exception)
|
void |
setFailed(Long failed)
|
void |
setItem(String item)
|
void |
setPassed(Long passed)
|
void |
setTotalsGraph(BufferedImage totalsGraph)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReportTotalsBean()
| Method Detail |
|---|
public String getItem()
public void setItem(String item)
public Long getPassed()
public void setPassed(Long passed)
public void addPassed()
public void addPassed(long passed)
public Long getFailed()
public void setFailed(Long failed)
public void addFailed()
public void addFailed(long failed)
public Long getException()
public void setException(Long exception)
public void addException()
public void addException(long exception)
public BufferedImage getTotalsGraph()
public void setTotalsGraph(BufferedImage totalsGraph)
public Long getTotal()
public Double getPercentagePassed()
public Double getPercentageFailed()
public Double getPercentageException()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||