(final String fileName, final String buttonToClick)
| 228 | } |
| 229 | |
| 230 | private void doTest(final String fileName, final String buttonToClick) throws Exception { |
| 231 | doTest(fileName, Collections.emptyList(), buttonToClick, 0); |
| 232 | } |
| 233 | |
| 234 | private void doTest(final String fileName) throws Exception { |
| 235 | doTest(fileName, Collections.emptyList(), null, 0); |
no test coverage detected