Skip to content

Instantly share code, notes, and snippets.

@patrickgombert
Created February 7, 2012 02:46
Show Gist options
  • Save patrickgombert/1756804 to your computer and use it in GitHub Desktop.
Save patrickgombert/1756804 to your computer and use it in GitHub Desktop.
Example AC
As a user
I add key '5' value '2' to my hashmap
Then my hashmap should not be empty
As a user
I have a hashmap with key '5' value '2' inserted
And I delete '5' from my hashmap
Then key '5' should not be in my hashmap
As a user
I have a hashmap with key '5 value '2' inserted
And I reference key '5'
Then I should have value '2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment