def test_list_fox_sockets(self):
     # List fox_sockets.
     resources = 'fox_sockets'
     cmd = fox_sockets.FoxInSocketsList(test_cli20.MyApp(sys.stdout), None)
     self._test_list_resources(resources, cmd, True)
 def test_list_fox_pagination(self):
     resources = 'fox_sockets'
     cmd = fox_sockets.FoxInSocketsList(test_cli20.MyApp(sys.stdout), None)
     self._test_list_resources_with_pagination(resources, cmd)