Uses of Class
com.atlassian.bamboo.testutils.ResultSetMockBuilder
Packages that use ResultSetMockBuilder
-
Uses of ResultSetMockBuilder in com.atlassian.bamboo.testutils
Methods in com.atlassian.bamboo.testutils that return ResultSetMockBuilderModifier and TypeMethodDescriptionResultSetMockBuilder.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.addColumnValue
(@Nullable Object value) Adds next column value to the current row of the mockedResultSet
.ResultSetMockBuilder.addRow()
Adds next row to the mockedResultSet
.