|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectstreamcruncher.test.func.BatchResult
public class BatchResult
All the Test cases use this Class to hold the results of the Query and then verify the results against expected data.
| Constructor Summary | |
|---|---|
BatchResult()
|
|
| Method Summary | |
|---|---|
void |
addRow(java.lang.Object[] row)
|
java.util.List<java.lang.Object[]> |
getRows()
|
long |
getTimestamp()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BatchResult()
| Method Detail |
|---|
public java.util.List<java.lang.Object[]> getRows()
public void addRow(java.lang.Object[] row)
public long getTimestamp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||