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

Method testAlignStruct3

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

Source from the content-addressed store, hash-verified

420 testAlignStruct("Annotated", 2);
421 }
422 public void testAlignStruct3() {
423 testAlignStruct(3);
424 }
425 public void annotatedTestAlignStruct3() {
426 testAlignStruct("Annotated", 3);
427 }

Callers

nothing calls this directly

Calls 1

testAlignStructMethod · 0.95

Tested by

no test coverage detected