< prev index next >
test/jdk/com/sun/tools/jextract/ArrayTest.java
Print this page
*** 49,59 ****
Class<?> struct = findClass(inners, "EndWithArray");
NativeStruct ns = struct.getAnnotation(NativeStruct.class);
assertNotNull(ns);
! Method m = findMethod(cls, "construct", int.class, int.class, java.foreign.memory.Array.class);
assertNotNull(m);
deleteFile(clzPath);
}
}
--- 49,59 ----
Class<?> struct = findClass(inners, "EndWithArray");
NativeStruct ns = struct.getAnnotation(NativeStruct.class);
assertNotNull(ns);
! Method m = findMethod(cls, "construct", int.class, int.class, java.foreign.memory.Pointer.class);
assertNotNull(m);
deleteFile(clzPath);
}
}
< prev index next >