(self)
| 556 | # flexible and allow the docs to slightly change without breaking these |
| 557 | # tests. |
| 558 | def setUp(self): |
| 559 | super(TestDocGen, self).setUp() |
| 560 | self.shorthand_documenter = ParamShorthandDocGen() |
| 561 | self.service_name = 'foo' |
| 562 | self.operation_name = 'bar' |
| 563 | |
| 564 | def get_generated_example_for(self, argument): |
| 565 | # Returns a string containing the generated documentation. |