Home
last modified time | relevance | path

Searched refs:BoundParamTest (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
D_parameterized.py224 def BoundParamTest(self): function
235 BoundParamTest.__x_use_name__ = True
236 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