module unit.wxgui.dialogs.fieldselection.controller

class unit.wxgui.dialogs.fieldselection.controller.FieldSelectionDialogControllerTestCase[source]

Bases: timelinelib.test.cases.unit.UnitTestCase

a_controller_with(data, fields)[source]
simulate_select_field(field)[source]
setUp()[source]

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

test_construction_when_no_fields_selected()[source]
test_construction_when_some_fields_selected()[source]
test_construction_when_data_is_a_translatable_text()[source]
test_selected_fields_are_returned()[source]