public class ReportTotalsBean extends Object implements Serializable
| Constructor and Description |
|---|
ReportTotalsBean() |
| Modifier and Type | Method and Description |
|---|---|
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() |
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()
Copyright © 2014. All rights reserved.