module unit.wxgui.dialogs.export.controller

class unit.wxgui.dialogs.export.controller.describe_export_dialog_controller[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

setUp()[source]

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

when_event_type_selected()[source]
when_category_type_selected()[source]
when_event_fields_selected(fields)[source]
when_category_fields_selected(fields)[source]
simulate_ok_button_clicked()[source]
simulate_edit_event_button_clicked()[source]
simulate_edit_category_button_clicked()[source]
test_controller_populates_dialog_when_constructed()[source]
test_no_item_types_selected_generates_info_message()[source]
test_no_event_fields_selected_generates_info_message()[source]
test_no_category_fields_selected_generates_info_message()[source]
test_dialog_closes_when_ok_button_is_clicked()[source]
test_on_edit_event_fields_triggers_view()[source]
test_on_edit_category_fields_triggers_view()[source]
test_event_fields_can_be_set()[source]
test_category_fields_can_be_set()[source]
test()[source]