CoreTests Class Reference
Inheritance diagram for CoreTests:

Public Member Functions

def test_invalid_read_exception (self)
 
def test_invalid_tile_naming_method (self)
 
def test_invalid_run_info_exception (self)
 
def test_invalid_run_info_cycle_exception (self)
 
def test_xml_file_not_found_exception (self)
 
def test_xml_parse_exception (self)
 
def test_empty_xml_format_exception (self)
 
def test_missing_xml_element_exception (self)
 
def test_bad_xml_format_exception (self)
 
def test_index_out_of_bounds_exception (self)
 
def test_bad_format_exception (self)
 
def test_incomplete_file_exception (self)
 
def test_invalid_argument (self)
 
def test_invalid_argument_run_metrics_read (self)
 
def test_invalid_filter_option (self)
 
def test_invalid_column_type (self)
 
def test_invalid_parameter (self)
 
def test_invalid_metric_type (self)
 
def test_invalid_channel_exception (self)
 
def test_exception_base (self)
 
def test_run_metrics_typedef_wrapping (self)
 
def test_plot_flowcell_map (self)
 
def test_plot_qscore_heatmap (self)
 
def test_list_by_cycle_metrics (self)
 
def test_populate_imaging_table (self)
 
def test_count_imaging_table_columns (self)
 
def test_to_metric_feature (self)
 
def test_run_metrics_member (self)
 
def test_parse_metric_type (self)
 
def test_to_string_metric_type (self)
 
def test_to_string_metric_group (self)
 
def test_summary_run_metric_set_method (self)
 

Detailed Description

Unit tests for the core functionality in the binding

Member Function Documentation

def test_bad_format_exception (   self)
Test that exceptions can be caught and they have the expected message
def test_bad_xml_format_exception (   self)
Test that exceptions can be caught and they have the expected message
def test_count_imaging_table_columns (   self)
Test if imaging logic is properly wrapped
def test_empty_xml_format_exception (   self)
Test that exceptions can be caught and they have the expected message
def test_exception_base (   self)
Test that exceptions can be caught and they have the expected message
def test_incomplete_file_exception (   self)
Test that exceptions can be caught and they have the expected message
def test_index_out_of_bounds_exception (   self)
Test that exceptions can be caught and they have the expected message
TODO: flush this out for the entire model
def test_invalid_argument (   self)
Test that exceptions can be caught and they have the expected message
def test_invalid_argument_run_metrics_read (   self)
Test that exceptions can be caught and they have the expected message
def test_invalid_channel_exception (   self)
Test that exceptions can be caught and they have the expected message
def test_invalid_column_type (   self)
Test that exceptions can be caught and they have the expected message
def test_invalid_filter_option (   self)
Test that exceptions can be caught and they have the expected message
def test_invalid_metric_type (   self)
Test that exceptions can be caught and they have the expected message
def test_invalid_parameter (   self)
Test that exceptions can be caught and they have the expected message
def test_invalid_read_exception (   self)
Test that exceptions can be caught and they have the expected message
def test_invalid_run_info_cycle_exception (   self)
Test that exceptions can be caught and they have the expected message
def test_invalid_run_info_exception (   self)
Test that exceptions can be caught and they have the expected message
def test_invalid_tile_naming_method (   self)
Test that exceptions can be caught and they have the expected message
def test_list_by_cycle_metrics (   self)
Test if list_by_cycle_metrics matches expected type
def test_missing_xml_element_exception (   self)
 
def test_parse_metric_type (   self)
Test if the enum parsing is properly wrapped
def test_plot_flowcell_map (   self)
Test that plot_flowcell_map is properly wrapped
def test_plot_qscore_heatmap (   self)
Test that plot_flowcell_map is properly wrapped
def test_populate_imaging_table (   self)
Test if imaging logic can be properly used
def test_run_metrics_member (   self)
Test if the run metrics object is properly wrapped
def test_run_metrics_typedef_wrapping (   self)
Test that the metric typedefs in run_metrics are properly wrapped
def test_summary_run_metric_set_method (   self)
Test if the enum parsing is properly wrapped
def test_to_metric_feature (   self)
Test if imaging logic is properly wrapped
def test_to_string_metric_group (   self)
Test if the enum to_string is properly wrapped
def test_to_string_metric_type (   self)
Test if the enum to_string is properly wrapped
def test_xml_file_not_found_exception (   self)
Test that exceptions can be caught and they have the expected message
def test_xml_parse_exception (   self)
Test that exceptions can be caught and they have the expected message

The documentation for this class was generated from the following file: