module unit.wxgui.components.searchbar.controller

Bases: timelinelib.test.cases.unit.UnitTestCase

test_no_events_found_displays_nomatch_label()[source]
test_no_events_found_no_navigation_call()[source]
test_on_event_found_displays_singlematch_label()[source]
test_on_event_found_navigation_called()[source]
test_two_events_found_displays_no_label()[source]
test_three_events_makes_it_possible_to_move_to_next()[source]
test_three_events_makes_it_possible_to_move_to_prev()[source]
test_searching_for_same_term_twice_goes_to_next_match()[source]
setUp()[source]

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

class unit.wxgui.components.searchbar.controller.TimelineCanvas[source]

Bases: object

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

GetFilteredEvents(search, period)[source]
GetPeriodChoices()[source]
HighligtEvent(event, clear=False)[source]
Navigate(fn)[source]