(String args[])
| 162 | } |
| 163 | |
| 164 | public static void main(String args[]) { |
| 165 | for (int i=0; i < 10; i++) { |
| 166 | testArray(); |
| 167 | testHashMap(); |
| 168 | testLinkedList(); |
| 169 | testTreeSet(); |
| 170 | } |
| 171 | } |
| 172 | } |
nothing calls this directly
no test coverage detected