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/ |
D | jni_api.rs | 906 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/ |
D | jni_api.rs | 1139 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
|