def test1get_id(self):
     """Test if get_id works properly."""
     fixed_dme = FixedDataModelElement("s0", b'fixed data.')
     self.assertEqual(fixed_dme.get_id(), "s0")
Esempio n. 2
0
 def test1get_id(self):
     """Test if get_id works properly."""
     fixed_dme = FixedDataModelElement(self.id_, self.data)
     self.assertEqual(fixed_dme.get_id(), self.id_)