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

Method testFindCallingClass

test/com/sun/jna/DirectTest.java:159–162  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158
159 public void testFindCallingClass() {
160 assertEquals("Wrong calling class detected",
161 getClass(), returnCallingClass());
162 }
163
164 public void testFindNativeClass() {
165 class UnregisterLibrary {

Callers

nothing calls this directly

Calls 1

returnCallingClassMethod · 0.95

Tested by

no test coverage detected