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_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(show_error: Mock)[source]#
test_presenter_doesnt_raise_lists_for_original_stack(_)[source]#
test_show_calls_show_in_the_view()[source]#