()
| 392 | } |
| 393 | |
| 394 | private void runGC() { |
| 395 | System.gc(); |
| 396 | System.runFinalization(); |
| 397 | Testpkg.gc(); |
| 398 | System.gc(); |
| 399 | System.runFinalization(); |
| 400 | } |
| 401 | |
| 402 | public void testUnnamedParams() { |
| 403 | final String msg = "1234567"; |
no outgoing calls
no test coverage detected