Esempio n. 1
0
 def test_vadilate_choice_instance(self):
     qObj = Choice()
     self.assertIsInstance(qObj, Choice)
     self.assertEqual(qObj.__str__(), "choice_object_instance")