Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Java integration tests support #130

Open
dmitry-timofeev opened this issue Sep 17, 2018 · 0 comments · May be fixed by #129
Open

Add Java integration tests support #130

dmitry-timofeev opened this issue Sep 17, 2018 · 0 comments · May be fixed by #129

Comments

@dmitry-timofeev
Copy link
Contributor

Overview

Add support of Java integration tests that use classes defining some native methods, load a library implementing them from Java, and test this crate through native methods.

Description

We already have integration tests in Rust thanks to @fpoli, and most things can be tested from Rust using the standard Java library (and it’s usually easier than writing both a Java native method and native code implementing it + a test in Java). However, some things are easier (or only possible) to test from Java — library loading, native methods.

@dmitry-timofeev dmitry-timofeev created this issue from a note in Incubate Rust JNI (To do) Sep 17, 2018
@dmitry-timofeev dmitry-timofeev moved this from To do to In progress in Incubate Rust JNI Sep 17, 2018
@dmitry-timofeev dmitry-timofeev linked a pull request Sep 17, 2018 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Incubate Rust JNI
  
In progress
Development

Successfully merging a pull request may close this issue.

1 participant