#include <gtest/gtest.h>
#include "src/tests/interop/metrics/inc/metric_format_fixtures.h"
#include "interop/logic/utils/metrics_to_load.h"
#include "interop/logic/table/create_imaging_table.h"
Classes | |
struct | run_metric_test< TestSetup > |
Functions | |
TYPED_TEST_CASE_P (run_metric_test) | |
TYPED_TEST_P (run_metric_test, on_demand_not_clear) | |
TYPED_TEST_P (run_metric_test, test_clear) | |
TYPED_TEST_P (run_metric_test, is_group_empty_true) | |
TYPED_TEST_P (run_metric_test, is_group_empty_false) | |
TYPED_TEST_P (run_metric_test, test_expected_get_metric) | |
TEST (run_metric_test, summary_subset_of_imaging) | |
TYPED_TEST_P (run_metric_test, append_tiles) | |
REGISTER_TYPED_TEST_CASE_P (run_metric_test, test_clear, is_group_empty_true, is_group_empty_false, test_expected_get_metric, on_demand_not_clear, append_tiles) | |
INSTANTIATE_TYPED_TEST_CASE_P (Public, run_metric_test, PublicFormats) | |
Detailed Description
Unit tests for the run metrics class
- Date
- 9/21/16
- Version
- 1.0
- Copyright
- GNU Public License.
Function Documentation
INSTANTIATE_TYPED_TEST_CASE_P | ( | Public | , |
run_metric_test | , | ||
PublicFormats | |||
) |
REGISTER_TYPED_TEST_CASE_P | ( | run_metric_test | , |
test_clear | , | ||
is_group_empty_true | , | ||
is_group_empty_false | , | ||
test_expected_get_metric | , | ||
on_demand_not_clear | , | ||
append_tiles | |||
) |
TEST | ( | run_metric_test | , |
summary_subset_of_imaging | |||
) |
TYPED_TEST_CASE_P | ( | run_metric_test | ) |
TYPED_TEST_P | ( | run_metric_test | , |
on_demand_not_clear | |||
) |
Confirm the clear function works
TYPED_TEST_P | ( | run_metric_test | , |
test_clear | |||
) |
Confirm the clear function works
TYPED_TEST_P | ( | run_metric_test | , |
is_group_empty_true | |||
) |
Confirm that is_group_empty reports True
TYPED_TEST_P | ( | run_metric_test | , |
is_group_empty_false | |||
) |
Confirm that is_group_empty reports True
TYPED_TEST_P | ( | run_metric_test | , |
test_expected_get_metric | |||
) |
Confirm binary write matches expected binary data
TYPED_TEST_P | ( | run_metric_test | , |
append_tiles | |||
) |