|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.specrunner.report.core.Resume
public class Resume
Default resume of a result.
| Constructor Summary | |
|---|---|
Resume()
|
|
| Method Summary | |
|---|---|
int |
getAssertionCounter()
Gets the assertions counter. |
int |
getAssertionTotal()
Gets the assertions total counter. |
int |
getIndex()
Gets the index. |
Object |
getInput()
Get the input. |
Object |
getOutput()
Get the output. |
Status |
getStatus()
Get the status. |
int |
getStatusCounter()
Gets the status counter. |
int |
getStatusTotal()
Gets the status total. |
long |
getTime()
Get time. |
Object |
getTimestamp()
Get timestamp. |
void |
setAssertionCounter(int assertionCounter)
Sets the assertions counter. |
void |
setAssertionTotal(int assertionTotal)
Sets the assertions total. |
void |
setIndex(int index)
Set the index. |
void |
setInput(Object input)
Set the input. |
void |
setOutput(Object output)
Set the output. |
void |
setStatus(Status status)
Sets the status. |
void |
setStatusCounter(int statusCounter)
Set the status counter. |
void |
setStatusTotal(int statusTotal)
Sets the status total. |
void |
setTime(long time)
Set time. |
void |
setTimestamp(Object timestamp)
Set the timestamp. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Resume()
| Method Detail |
|---|
public int getIndex()
public void setIndex(int index)
index - The index.public long getTime()
public void setTime(long time)
time - The time.public Object getTimestamp()
public void setTimestamp(Object timestamp)
timestamp - The timestamp.public Object getInput()
public void setInput(Object input)
input - The input.public Object getOutput()
public void setOutput(Object output)
output - The output.public Status getStatus()
public void setStatus(Status status)
status - The status.public int getStatusCounter()
public void setStatusCounter(int statusCounter)
statusCounter - The counter.public int getStatusTotal()
public void setStatusTotal(int statusTotal)
statusTotal - The total.public int getAssertionCounter()
public void setAssertionCounter(int assertionCounter)
assertionCounter - The assertions counter.public int getAssertionTotal()
public void setAssertionTotal(int assertionTotal)
assertionTotal - The assertions total counter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||