def testSurveyTextQuestion(self):
     assert verifyClass(ISurveyTextQuestion, SurveyTextQuestion)
     assert ISurveyTextQuestion.implementedBy(SurveyTextQuestion)
 def testSurveyTextQuestion(self):
     assert verifyClass(ISurveyTextQuestion, SurveyTextQuestion)
     assert ISurveyTextQuestion.implementedBy(SurveyTextQuestion)