mantidimaging.gui.windows.stack_choice.tests.presenter_test module

class mantidimaging.gui.windows.stack_choice.tests.presenter_test.StackChoicePresenterTest(methodName='runTest')[source]

Bases: TestCase

setUp()[source]

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

test_clean_up_original_images_stack()[source]
test_close_view_calls_close_on_view()[source]
test_close_view_sets_done_true()[source]
test_do_clean_up_original_data()[source]
test_do_reapply_original_data()[source]
test_do_toggle_lock_histograms()[source]
test_notify_choose_new_data()[source]
test_notify_choose_original()[source]
test_notify_handles_exceptions(_: ~unittest.mock.Mock = <Mock id='139918776327792'>, show_error: ~unittest.mock.Mock = <Mock id='139918776327744'>)[source]
test_presenter_doesnt_raise_lists_for_original_stack()[source]
test_presenter_throws_if_uuid_is_not_in_stack(_)[source]
test_show_calls_show_in_the_view()[source]