def testSurveyTextQuestionInterface(self):
     self.s1.invokeFactory('Survey Text Question', 'stq1')
     stq1 = getattr(self.s1, 'stq1')
     assert ISurveyTextQuestion.providedBy(stq1)
     assert verifyObject(ISurveyTextQuestion, stq1)
 def testSurveyTextQuestionInterface(self):
     self.s1.invokeFactory('Survey Text Question', 'stq1')
     stq1 = getattr(self.s1, 'stq1')
     assert ISurveyTextQuestion.providedBy(stq1)
     assert verifyObject(ISurveyTextQuestion, stq1)
 def testSurveyTextQuestion(self):
     assert verifyClass(ISurveyTextQuestion, SurveyTextQuestion)
     assert ISurveyTextQuestion.implementedBy(SurveyTextQuestion)
 def testSurveyTextQuestion(self):
     assert verifyClass(ISurveyTextQuestion, SurveyTextQuestion)
     assert ISurveyTextQuestion.implementedBy(SurveyTextQuestion)