Searched refs:BoundParamTest (Results 1 – 1 of 1) sorted by relevance
230 def BoundParamTest(self): function241 BoundParamTest.__x_use_name__ = True242 BoundParamTest.__name__ += str(testcase_params[0])249 BoundParamTest.__x_extra_id__ = '(%s)' % (254 BoundParamTest.__doc__ = '%s(%s)' % (255 BoundParamTest.__name__, _FormatParameterList(testcase_params))257 BoundParamTest.__doc__ += '\n%s' % (test_method.__doc__,)258 return BoundParamTest