Example #1
0
    def setUp(self):
        super(GroupsCommandTest, self).setUp()
        self.mock_host_controller = self.mox.CreateMock(RemoteHostController)

        self.groups_command = GroupsCommand(self.mock_host_controller)
Example #2
0
 def _group_member(self, user_id):
     return GroupsCommand(self.host_controller).user(user_id)