Created
February 7, 2012 02:46
-
-
Save patrickgombert/1756806 to your computer and use it in GitHub Desktop.
More example AC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As a user | |
I have a hashmap with key '5' value '2' inserted | |
And I add key '5' value '3' to my hashmap | |
Then key '5' should have value '2' | |
And key '5' should have value '3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment