def ListApiMethods(self, args, context=None):
     return api_reflection.ApiListApiMethodsHandler(self)
Beispiel #2
0
 def setUp(self):
     super(ApiListApiMethodsHandlerTest, self).setUp()
     self.router = DummyApiCallRouter()
     self.handler = reflection_plugin.ApiListApiMethodsHandler(self.router)