pub fn create_test_row(
column_names: Vec<String>,
values: Vec<RowValues>,
) -> CustomDbRowExpand description
Create a test row with the given column names and values.
This is a utility function to help with testing by creating
CustomDbRow instances with the specified data.