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

Method testAlignStruct5

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

Source from the content-addressed store, hash-verified

435 testAlignStruct("Inheritance", 4);
436 }
437 public void testAlignStruct5() {
438 testAlignStruct(5);
439 }
440 public void annotatedTestAlignStruct5() {
441 testAlignStruct("Annotated", 5);
442 }

Callers

nothing calls this directly

Calls 1

testAlignStructMethod · 0.95

Tested by

no test coverage detected