public class SyntheticResultSetAnswer
extends java.lang.Object
implements org.mockito.stubbing.Answer
| Constructor and Description |
|---|
SyntheticResultSetAnswer(java.util.Map<java.lang.String,java.lang.Integer> columnMap,
Row[] rows) |
SyntheticResultSetAnswer(Row[] rows) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
answer(org.mockito.invocation.InvocationOnMock invocation) |
public SyntheticResultSetAnswer(Row[] rows)
public SyntheticResultSetAnswer(java.util.Map<java.lang.String,java.lang.Integer> columnMap,
Row[] rows)
public java.lang.Object answer(org.mockito.invocation.InvocationOnMock invocation)
throws java.sql.SQLException
answer in interface org.mockito.stubbing.Answerinvocation - the invocation on the mock.java.sql.SQLExceptionPrepared by James Bowkett 2015. No Rights Reserved.