libdballe
7.19
|
Public Member Functions | |
void | station_keys_match (const Station &expected) |
Check cursor context after a query_stations. | |
void | station_vars_match (const StationValues &expected) |
Check cursor context after a query_stations. | |
void | data_context_matches (const DataValues &expected) |
Check cursor data context after a query_data. | |
void | data_var_matches (const StationValues &expected, wreport::Varcode code) |
Check cursor data variable after a query_data. | |
void | data_var_matches (const DataValues &expected, wreport::Varcode code) |
Check cursor data variable after a query_data. | |
void | data_var_matches (const DataValues &expected) |
Check cursor data variable after a query_data. | |
void | data_var_matches (const Values &expected, wreport::Varcode code) |
Check cursor data variable after a query_data. | |
void | data_var_matches (const wreport::Var &expected) |
Check cursor data variable after a query_data. | |
void | data_matches (const DataValues &ds) |
Check cursor data context and variable after a query_data. | |
void | data_matches (const DataValues &ds, wreport::Varcode code) |
Check cursor data context and variable after a query_data. | |