module unit.wxgui.components.labelfilter.controller

class unit.wxgui.components.labelfilter.controller.describe_label_filtercontroller[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

test_empty_filter_and_event_with_no_labels_is_visible()[source]
test_empty_filter_and_event_with_labels_is_visible()[source]
test_any_filter_and_event_with_no_labels_is_not_visible()[source]
test_any_filter_and_event_with_labels_is_visible()[source]
test_any_filter_and_event_with_mismatch_labels_is_not_visible()[source]
test_all_filter_and_event_with_no_labels_is_not_visible()[source]
test_all_filter_and_event_with_labels_is_visible()[source]
test_all_filter_and_event_with_mismatch_labels_is_not_visible()[source]
test_all_filter_and_event_with_match_labels_is_visible()[source]
simulate_user_adding_labels_to_filter(labels)[source]
simulate_user_selecting_radio_button_for_any_label()[source]
simulate_user_selecting_radio_button_for_all_labels()[source]
static get_event_with_labels(labels)[source]
setUp()[source]

Hook method for setting up the test fixture before exercising it.