(String[] args)
| 21 | System.out.println("Missing use case " + i)); |
| 22 | } |
| 23 | public static void main(String[] args) { |
| 24 | List<Integer> useCases = IntStream.range(47, 51) |
| 25 | .boxed().collect(Collectors.toList()); |
| 26 | trackUseCases(useCases, PasswordUtils.class); |
| 27 | } |
| 28 | } |
| 29 | /* Output: |
| 30 | Found Use Case 49 |
nothing calls this directly
no test coverage detected