jnat 0.11.2

A wrapper around the jni crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
use super::IntegrationTest;

fn test_object_array(s: String) -> bool {
  return s == "nullnullnullnullnullnullnullnullnullnull-hellotesttesttesttesttesttesttesttesttest\n";
}

inventory::submit! {IntegrationTest {
  name: "object_array",
  lib: "object_array",
  java_class: "ObjectArray",
  test_fn: test_object_array,
}}