MCPcopy Index your code
hub / github.com/java-native-access/jna / testStructureSize

Method testStructureSize

test/com/sun/jna/StructureTest.java:325–327  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

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);

Calls 6

loadMethod · 0.95
newInstanceMethod · 0.95
toStringMethod · 0.95
getStructureSizeMethod · 0.95
sizeMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected