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

Method testAlignStruct4

test/com/sun/jna/StructureTest.java:428–430  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426 testAlignStruct("Annotated", 3);
427 }
428 public void testAlignStruct4() {
429 testAlignStruct(4);
430 }
431 public void annotatedTestAlignStruct4() {
432 testAlignStruct("Annotated", 4);
433 }

Callers

nothing calls this directly

Calls 1

testAlignStructMethod · 0.95

Tested by

no test coverage detected