Just calls the method test.
(String method)
| 359 | * Just calls the <code>method</code> test. |
| 360 | */ |
| 361 | private void callMethod(String method) |
| 362 | { |
| 363 | methCalled.add(method); |
| 364 | invokeTestMethod(getMethodFor(method), method); |
| 365 | } |
| 366 | |
| 367 | /** |
| 368 | * Invokes a test method of the subclass using reflection API. Handles |
no test coverage detected