Uses of Class
com.atlassian.bamboo.testutils.ResultSetMockBuilder
-
Packages that use ResultSetMockBuilder Package Description com.atlassian.bamboo.testutils -
-
Uses of ResultSetMockBuilder in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return ResultSetMockBuilder Modifier and Type Method Description ResultSetMockBuilder
ResultSetMockBuilder. addColumnValue(@NotNull String columnName, @Nullable Object value)
Adds next column value to the current row of the mockedResultSet
and assigns the column name to it.ResultSetMockBuilder
ResultSetMockBuilder. addColumnValue(@Nullable Object value)
Adds next column value to the current row of the mockedResultSet
.ResultSetMockBuilder
ResultSetMockBuilder. addRow()
Adds next row to the mockedResultSet
.
-