Test case example: assertEqual(true, obj.isEmpty()) -> what to modify in obj's class for the test to be correct.
Anonymous
Make a number=0 var in the class, then add isEmpty() function that returns true if number=0 and false otherwise. Then add add() function that incrementally adds the number var, etc.
Check out your Company Bowl for anonymous work chats.