(int index)
| 323 | int getStructureSize(int type); |
| 324 | } |
| 325 | private void testStructureSize(int index) { |
| 326 | testStructureSize("", index); |
| 327 | } |
| 328 | private void testStructureSize(String prefix, int index) { |
| 329 | try { |
| 330 | SizeTest lib = Native.load("testlib", SizeTest.class); |
no test coverage detected