Exemplo n.º 1
0
 def test_get_title(self):
     test_ctrl = file_controller().create_test('A test')
     dlg = TestCaseNameDialog(test_ctrl, item=test_ctrl.data)
     assert_equal(dlg.GetTitle(), TestCaseNameDialog._title)