mantidimaging.gui.windows.welcome_screen.tests.presenter_test module#

class mantidimaging.gui.windows.welcome_screen.tests.presenter_test.WelcomeScreenPresenterTest(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_check_issues(cuda_check_mock, versions_mock)[source]#
test_init()[source]#
test_no_issues_added(cuda_check_mock, versions_mock)[source]#
test_set_up_show_at_start()[source]#
test_show()[source]#
test_show_at_start_change()[source]#
test_show_at_start_init()[source]#
test_show_today()[source]#