[][src]Crate jerk_test

jerk-test: Java Embedding Rust Kit - Unit Testing

This crate is deprecated and has been merged into jerk

Macros

run_test

Execute a Java unit test. The method must be static, return void, and take no arguments.

Enums

JavaTestError

Functions

test_thread_env

Get a handle to the Java environment for the current thread, attaching if one doesn't already exist.

test_vm

Get a handle to the current Java VM, or create one if it doesn't already exist.

Type Definitions

Result