Exemplo n.º 1
0
 def testGetType(self):
     implements = raw_doc.RawImplements(self.t, self.txt)
     self.assertEqual(implements.getType(), 'implements')
Exemplo n.º 2
0
 def testGetFormatted(self):
     implements = raw_doc.RawImplements(self.t, self.txt)
     self.assertEqual(implements.getFormatted(self.formatter),
                      '@implements aword\n')
Exemplo n.º 3
0
 def testCreation(self):
     implements = raw_doc.RawImplements(self.t, self.txt)
     self.assertEqual(implements.text, self.txt)