Searched refs:test_round_trip (Results 1 – 3 of 3) sorted by relevance
9 use crate::common::test_round_trip;16 test_round_trip(request); in send_command_request()23 test_round_trip(response); in send_command_response()
27 pub fn test_round_trip<T: Message + PartialEq>(message: T) { in test_round_trip() function
40 fn test_round_trip() { in test_round_trip() function