| Package | Description |
|---|---|
| com.atlassian.bamboo.testutils |
| Modifier and Type | Method and Description |
|---|---|
ResultSetMockBuilder |
ResultSetMockBuilder.addColumnValue(Object value)
Adds next column value to the current row of the mocked
ResultSet. |
ResultSetMockBuilder |
ResultSetMockBuilder.addColumnValue(String columnName,
Object value)
Adds next column value to the current row of the mocked
ResultSet and assigns the column name to it. |
ResultSetMockBuilder |
ResultSetMockBuilder.addRow()
Adds next row to the mocked
ResultSet. |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.