Suggested test cases: * It should throw proper exception when article does not exist. * If the user has not been favorited the article before, the handler should not throw exceptions. * It should throw exception when the article author not found. * It should return proper values for the return object.
Suggested test cases: