google / jni-bind

JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).
Apache License 2.0
261 stars 31 forks source link

Split signature test into method and field. #217

Closed copybara-service[bot] closed 11 months ago

copybara-service[bot] commented 11 months ago

Split signature test into method and field.

Field tests are under exercised for these signatures. While they're exercised indirectly elsewhere, it's helpful to have these tests for debugging.

Also, multi-dimensional field arrays aren't working (https://github.com/google/jni-bind/issues/40) so this ought help fix it.