Created
February 7, 2012 02:46
-
-
Save patrickgombert/1756804 to your computer and use it in GitHub Desktop.
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 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