| Package | Description |
|---|---|
| com.atlassian.bamboo.testutils |
| Modifier and Type | Method and Description |
|---|---|
ResultSetMockBuilder |
ResultSetMockBuilder.addColumnValue(@Nullable Object value)
Adds next column value to the current row of the mocked
ResultSet. |
ResultSetMockBuilder |
ResultSetMockBuilder.addColumnValue(@NotNull String columnName,
@Nullable 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 © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.