plot_logic_test.cpp File Reference
#include <gtest/gtest.h>
#include "interop/model/plot/filter_options.h"
#include "interop/logic/plot/plot_by_cycle.h"
#include "interop/logic/plot/plot_by_lane.h"
#include "interop/logic/plot/plot_qscore_histogram.h"
#include "interop/logic/plot/plot_qscore_heatmap.h"
#include "interop/logic/plot/plot_flowcell_map.h"
#include "interop/logic/plot/plot_sample_qc.h"
#include "interop/logic/plot/plot_metric_list.h"
#include "src/tests/interop/metrics/inc/corrected_intensity_metrics_test.h"
#include "src/tests/interop/metrics/inc/extraction_metrics_test.h"
#include "src/tests/interop/metrics/inc/tile_metrics_test.h"
#include "src/tests/interop/metrics/inc/q_metrics_test.h"
#include "src/tests/interop/metrics/inc/index_metrics_test.h"
#include "src/tests/interop/inc/generic_fixture.h"
#include "src/tests/interop/logic/inc/metric_filter_iterator.h"
#include "src/tests/interop/run/info_test.h"
Functions | |
TEST (plot_logic, test_corrected_int_v2_list_types) | |
TEST (plot_logic, test_corrected_int_v3_list_types) | |
TEST (plot_logic, test_corrected_int_v4_list_types) | |
TEST (plot_logic, failure_mode_bad_metric_plot_by_cycle) | |
TEST (plot_logic, ensure_color_name_index_is_correct) | |
TEST (plot_logic, intensity_by_cycle) | |
TEST (plot_logic, intensity_by_cycle_empty_interop) | |
TEST (plot_logic, pf_clusters_by_lane) | |
TEST (plot_logic, pf_clusters_by_lane_empty_interop) | |
TEST (plot_logic, q_score_histogram) | |
TEST (plot_logic, q_score_histogram_empty_interop) | |
TEST (plot_logic, q_score_heatmap) | |
TEST (plot_logic, q_score_heatmap_empty_interop) | |
TEST (plot_logic, q_score_heatmap_buffer) | |
TEST (plot_logic, flowcell_map) | |
TEST (plot_logic, flowcell_map_empty_interop) | |
TEST (plot_logic, sample_qc) | |
TEST (plot_logic, sample_qc_empty_interop) | |
TEST (plot_logic, check_plot_by_cycle_list) | |
TEST (plot_logic, check_all_cycle_list) | |
TEST (plot_logic, check_plot_by_lane_list) | |
TEST (plot_logic, check_all_lane_list) | |
TEST (plot_logic, check_plot_flowcell_list) | |
TEST (plot_logic, check_all_flowcell_list) | |
Detailed Description
Unit tests for plot logic
- Date
- 4/29/16
- Version
- 1.0
- Copyright
- GNU Public License.
Function Documentation
TEST | ( | plot_logic | , |
test_corrected_int_v2_list_types | |||
) |
TEST | ( | plot_logic | , |
test_corrected_int_v3_list_types | |||
) |
TEST | ( | plot_logic | , |
test_corrected_int_v4_list_types | |||
) |
TEST | ( | plot_logic | , |
failure_mode_bad_metric_plot_by_cycle | |||
) |
- Test:
- Confirm invalid metric thrown
TEST | ( | plot_logic | , |
ensure_color_name_index_is_correct | |||
) |
TEST | ( | plot_logic | , |
intensity_by_cycle | |||
) |
TEST | ( | plot_logic | , |
intensity_by_cycle_empty_interop | |||
) |
TEST | ( | plot_logic | , |
pf_clusters_by_lane | |||
) |
TEST | ( | plot_logic | , |
pf_clusters_by_lane_empty_interop | |||
) |
TEST | ( | plot_logic | , |
q_score_histogram | |||
) |
TEST | ( | plot_logic | , |
q_score_histogram_empty_interop | |||
) |
TEST | ( | plot_logic | , |
q_score_heatmap | |||
) |
TEST | ( | plot_logic | , |
q_score_heatmap_empty_interop | |||
) |
TEST | ( | plot_logic | , |
q_score_heatmap_buffer | |||
) |
TEST | ( | plot_logic | , |
flowcell_map | |||
) |
TEST | ( | plot_logic | , |
flowcell_map_empty_interop | |||
) |
TEST | ( | plot_logic | , |
sample_qc | |||
) |
TEST | ( | plot_logic | , |
sample_qc_empty_interop | |||
) |
TEST | ( | plot_logic | , |
check_plot_by_cycle_list | |||
) |
TEST | ( | plot_logic | , |
check_all_cycle_list | |||
) |
TEST | ( | plot_logic | , |
check_plot_by_lane_list | |||
) |
TEST | ( | plot_logic | , |
check_all_lane_list | |||
) |
TEST | ( | plot_logic | , |
check_plot_flowcell_list | |||
) |
TEST | ( | plot_logic | , |
check_all_flowcell_list | |||
) |