Searched refs:jboolean_result (Results 1 – 1 of 1) sorted by relevance
71 let jboolean_result = boolean_result_helper(result, error_msg); in test_boolean_result_helper() localVariable72 assert_eq!(jboolean_result, true.into()); // Should return true in test_boolean_result_helper()77 let jboolean_result = boolean_result_helper(result, error_msg); in test_boolean_result_helper() localVariable78 assert_eq!(jboolean_result, false.into()); // Should return false in test_boolean_result_helper()