Ejemplo n.º 1
0
class TextViewController_Test(unittest.TestCase):

    def setUp(self):
        self.controller = TextViewController(Mock_Model())

    def test_reportException(self):
        self.controller.reportException(NotImplementedError)
Ejemplo n.º 2
0
 def setUp(self):
     self.controller = TextViewController(Mock_Model())