As a User
I need to have multiple counters
So that I can keep track of several counts at once.
Details and Assumptions
- Need a way to increment a counter
- Need a way to get the current value
Acceptance Criteria
Given that I have incremented the counter to 2
When I make a call to get the value
Then it should return 2 as the counter value
As a User
I need to have multiple counters
So that I can keep track of several counts at once.
Details and Assumptions
Acceptance Criteria