Пример #1
0
 def __callTearDownMethods(self):
     self.__callMethodsWithPrefix('tearDown_', reverse=True)
     reset_oneshot(self.__callSetUpMethods)
Пример #2
0
 def __callSetUpMethods(self):
     self.__callMethodsWithPrefix('setUp_')
     reset_oneshot(self.__callTearDownMethods)