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

Method testAlignStruct1

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

Source from the content-addressed store, hash-verified

408 testAlignStruct("Annotated", 0);
409 }
410 public void testAlignStruct1() {
411 testAlignStruct(1);
412 }
413 public void annotatedTestAlignStruct1() {
414 testAlignStruct("Annotated", 1);
415 }

Callers

nothing calls this directly

Calls 1

testAlignStructMethod · 0.95

Tested by

no test coverage detected