Skip to content

Conversation

@mts513
Copy link
Contributor

@mts513 mts513 commented Nov 8, 2019

  • Can successfully enqueue a Dog
  • Can successfully enqueue a Cat
  • Error handling when you try to enqueue something that is neither a Dog nor a Cat
  • Can successfully dequeue a Dog
  • Can successfully dequeue a Cat
  • Can successfully dequeue the front of the AnimalShelter queue when you pass no parameters to dequeue
  • Error handling when you try to dequeue something that is neither a 'cat', 'dog' or an empty string
  • Can successfully print the resulting object from a dequeue action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants