Exemplo n.º 1
0
 def test_get_shape_xml(self):
     sample = Sample()
     shape = sample.getShape()
     xml = shape.getShapeXML()
     self.assertEqual(type(xml), str)
Exemplo n.º 2
0
 def test_get_shape(self):
     sample = Sample()
     self.assertEqual(type(sample.getShape()), CSGObject)