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.py230 def BoundParamTest(self): function
241 BoundParamTest.__x_use_name__ = True
242 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