def ListRDFValuesDescriptors(self, args, context=None):
     return api_reflection.ApiListRDFValuesDescriptorsHandler()
Exemplo n.º 2
0
 def testSuccessfullyRendersReflectionDataForAllTypes(self):
     result = reflection_plugin.ApiListRDFValuesDescriptorsHandler().Handle(
         None, token=self.token)
     # TODO(user): enhance this test.
     self.assertTrue(result)