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