Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/extra_versions/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
/aosp_15_r20/external/rust/android-crates-io/crates/jni/tests/
Djni_api.rs1139 assert_exception_message(env, exception, TEST_EXCEPTION_MESSAGE); in test_throwable_descriptor_with_default_type()
1173 assert_exception_message(env, &exception, expected_message); in assert_pending_java_exception_detailed()
1183 fn assert_exception_message(env: &mut JNIEnv, exception: &JThrowable, expected_message: &str) { in assert_exception_message() function