mantidimaging.gui.windows.stack_choice.tests.view_test module#

class mantidimaging.gui.windows.stack_choice.tests.view_test.StackChoiceViewTest(methodName='runTest')[source]#

Bases: TestCase

setUp()#

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

classmethod setUpClass()#

Hook method for setting up class fixture before running tests in the class.

tearDown()#

Hook method for deconstructing the test fixture after testing it.

classmethod tearDownClass()#

Hook method for deconstructing the class fixture after running all tests in the class.

test_closeEvent()[source]#
test_closeEvent_message_pop_up_if_choice_not_made_and_doesnt_notify_presenter_on_cancel(message_box)[source]#
test_closeEvent_message_pop_up_if_choice_not_made_and_notifies_presenter_on_ok(message_box)[source]#
test_connect_histogram_changes(_set_from_old_to_new: Mock, _set_from_new_to_old: Mock)[source]#
test_ensure_range_is_the_same_new_stack_max_original_stack_min()[source]#
test_ensure_range_is_the_same_new_stack_min_original_stack_max()[source]#
test_images_are_synced()[source]#
test_setup_stack_for_view()[source]#
test_sync_roi_plot_for_new_stack_with_old_stack()[source]#
test_sync_roi_plot_for_old_stack_with_new_stack()[source]#
test_sync_timelines_for_new_stack_with_old_stack()[source]#
test_sync_timelines_for_old_stack_with_new_stack()[source]#
test_toggle_roi_show_false()[source]#
test_toggle_roi_show_true()[source]#