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

Method getName

test/com/sun/jna/CallbacksTest.java:1338–1341  ·  view source on GitHub ↗
(Callback cb)

Source from the content-addressed store, hash-verified

1336 final int COUNT = 5;
1337 CallbackThreadInitializer init = new CallbackThreadInitializer(true, false) {
1338 @Override
1339 public String getName(Callback cb) {
1340 return "Test thread (native) for " + CallbacksTest.this.getName() + " (call count: " + called[0] + ")";
1341 }
1342 };
1343 TestLibrary.VoidCallback cb = new TestLibrary.VoidCallback() {
1344 @Override

Calls 1

getNameMethod · 0.65

Tested by

no test coverage detected