This commit is contained in:
Tim Bentley 2015-05-25 21:09:18 +01:00
parent 1cfd33df30
commit f704cc9bb3
1 changed files with 2 additions and 0 deletions

View File

@ -659,6 +659,7 @@ class TestInfoLabel(TestCase):
set_tool_tip_mock.assert_called_once_with('Label Text')
mocked_super().setText.assert_called_once_with('Label Text')
class TestLiveController(TestCase):
def initial_live_controller_test(self):
@ -673,6 +674,7 @@ class TestLiveController(TestCase):
# THEN: The controller should not be a live controller.
self.assertEqual(live_controller.is_live, True, 'The slide controller should be a live controller')
class TestPreviewLiveController(TestCase):
def initial_preview_controller_test(self):