Searched refs:BoundParamTest (Results 1 – 1 of 1) sorted by relevance
224 def BoundParamTest(self): function235 BoundParamTest.__x_use_name__ = True236 BoundParamTest.__name__ += str(testcase_params[0])243 BoundParamTest.__x_extra_id__ = '(%s)' % (248 BoundParamTest.__doc__ = '%s(%s)' % (249 BoundParamTest.__name__, _FormatParameterList(testcase_params))251 BoundParamTest.__doc__ += '\n%s' % (test_method.__doc__,)252 return BoundParamTest