2nd Test: Changing value/description (new Description) WORKS!
Error found in CHALLENGE1: findAndReplaceEmptyValue() when looking for empty values. If you haven’t started this task, ignore this message.
Otherwise, did you check you recieved the right input? Are you searching values correctly?
Look for empty values with no spaces, and null values. Remember to add a new value, you just set it again, like how you add a new key/value.
Make sure you set the description to be the same as what the task requires.
org.opentest4j.AssertionFailedError: expected: but was: <>
Getting value from a key (Item Description) WORKS!
Error found in CHALLENGE1: findAndReplaceEmptyValue() when looking for null values. If you haven’t started this task, ignore this message.
Otherwise, did you check you recieved the right input? Are you searching values correctly?
Look for empty values with no spaces, and null values. Remember to add a new value, you just set it again, like how you add a new key/value.
Make sure you set the description to be the same as what the task requires.
org.opentest4j.AssertionFailedError: expected: < - Unknown Description> but was:
2nd Test: Getting value from a key (Item Description) WORKS!
Error found in CHALLENGE2: createNewHashMap(). If you haven’t started this task, ignore this message.
Have you checked you have put two generics?
<> should have two data types inside that would suit 0 and Abby.
You only need to write one line of code to create a hash map.org.opentest4j.AssertionFailedError: expected: but was:
Changing value/description (new Description) WORKS!
For Hash Map Exercise, You have passed 0 out of 3 tests.