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

Method testAlignStruct

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

Source from the content-addressed store, hash-verified

382 }
383
384 private void testAlignStruct(int index) {
385 testAlignStruct("", index);
386 }
387 private void testAlignStruct(String prefix,int index) {
388 AlignmentTest lib = Native.load("testlib", AlignmentTest.class);
389 try {

Callers 13

testAlignStruct0Method · 0.95
testAlignStruct1Method · 0.95
testAlignStruct2Method · 0.95
testAlignStruct3Method · 0.95
testAlignStruct4Method · 0.95
testAlignStruct5Method · 0.95

Calls 6

loadMethod · 0.95
newInstanceMethod · 0.95
getValueMethod · 0.95
getValueMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected