MCPcopy Create free account
hub / github.com/cwida/ALP / TEST_F

Function TEST_F

test/test_alp_sample.cpp:191–195  ·  view source on GitHub ↗

Test used for correctness of bitwidth and exceptions on the first vector of each dataset

Source from the content-addressed store, hash-verified

189
190/// Test used for correctness of bitwidth and exceptions on the first vector of each dataset
191TEST_F(alp_test, test_alp_double) {
192 for (const auto& col : alp_bench::get_alp_dataset()) {
193 test_column<double>(col);
194 }
195}
196
197/// Test used for correctness of bitwidth and exceptions on the first vector of generated data
198TEST_F(alp_test, test_alp_on_generated) {

Callers

nothing calls this directly

Calls 6

get_alp_datasetFunction · 0.85
get_generated_colsFunction · 0.85
get_edge_caseFunction · 0.85
get_float_test_datasetFunction · 0.85
get_double_test_datasetFunction · 0.85
get_float_edge_caseFunction · 0.85

Tested by

no test coverage detected