pub fn create_test_row( column_names: Vec<String>, values: Vec<RowValues>, ) -> CustomDbRow
Create a test row with the given column names and values.