create_test_row

Function create_test_row 

Source
pub fn create_test_row(
    column_names: Vec<String>,
    values: Vec<RowValues>,
) -> CustomDbRow
Expand description

Create a test row with the given column names and values.