Home
last modified time | relevance | path

Searched refs:assert_exception_message (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/jni/tests/
Djni_api.rs906 assert_exception_message(env, exception, TEST_EXCEPTION_MESSAGE); in test_throwable_descriptor_with_default_type()
940 assert_exception_message(env, exception, expected_message); in assert_pending_java_exception_detailed()
950 fn assert_exception_message(env: &JNIEnv, exception: JThrowable, expected_message: &str) { in assert_exception_message() function