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

Method testAlignStruct2

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

Source from the content-addressed store, hash-verified

414 testAlignStruct("Annotated", 1);
415 }
416 public void testAlignStruct2() {
417 testAlignStruct(2);
418 }
419 public void annotatedTestAlignStruct2() {
420 testAlignStruct("Annotated", 2);
421 }

Callers

nothing calls this directly

Calls 1

testAlignStructMethod · 0.95

Tested by

no test coverage detected