MCPcopy Create free account
hub / github.com/java-native-access/jna / main

Method main

test/com/sun/jna/FunctionTest.java:173–175  ·  view source on GitHub ↗
(java.lang.String[] argList)

Source from the content-addressed store, hash-verified

171 }
172
173 public static void main(java.lang.String[] argList) {
174 junit.textui.TestRunner.run(FunctionTest.class);
175 }
176
177 private static class TestLibUTF8 implements Library {
178 native String returnStringArgument(Pointer input);

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected