16
18
19
20
21
if(found)
Output.add(item);
}
}
return Output;
}
Question 2 (3 points): Assuming you are assigned to conduct the component test for the method below, please design and create the minimum component test cases (Unit Test case) needed to achieve 100% statement coverage and 100% decision coverage. (Use question 2 template).
The countCharacters method that counts the number of uppercase letters, lowercase letters,numeric characters, and special characters in a given input string. It returns a HashMap
Zoom
100%
Close