Lines Matching refs:tests
10 let tests = vec![ in test_chunk_type_string() localVariable
31 for (ct, expected) in tests { in test_chunk_type_string()
191 let tests = vec![ in test_chunk_forward_tsn_success() localVariable
199 for binary in tests { in test_chunk_forward_tsn_success()
210 let tests = vec![ in test_chunk_forward_tsn_unmarshal_failure() localVariable
224 for (name, binary) in tests { in test_chunk_forward_tsn_unmarshal_failure()
251 let mut tests = vec![]; localVariable
256 tests.push(test.freeze());
262 tests.push(test.freeze());
268 tests.push(test.freeze());
276 tests.push(test.freeze());
283 tests.push(test.freeze());
286 tests
307 let tests = vec![ in test_chunk_reconfig_unmarshal_failure() localVariable
320 for (name, binary) in tests { in test_chunk_reconfig_unmarshal_failure()
335 let tests = vec![Bytes::from_static(&[ in test_chunk_shutdown_success() localVariable
339 for binary in tests { in test_chunk_shutdown_success()
350 let tests = vec![ in test_chunk_shutdown_failure() localVariable
373 for (name, binary) in tests { in test_chunk_shutdown_failure()
388 let tests = vec![Bytes::from_static(&[0x08, 0x00, 0x00, 0x04])]; in test_chunk_shutdown_ack_success() localVariable
390 for binary in tests { in test_chunk_shutdown_ack_success()
401 let tests = vec![ in test_chunk_shutdown_ack_failure() localVariable
413 for (name, binary) in tests { in test_chunk_shutdown_ack_failure()
428 let tests = vec![Bytes::from_static(&[0x0e, 0x00, 0x00, 0x04])]; in test_chunk_shutdown_complete_success() localVariable
430 for binary in tests { in test_chunk_shutdown_complete_success()
441 let tests = vec![ in test_chunk_shutdown_complete_failure() localVariable
453 for (name, binary) in tests { in test_chunk_shutdown_complete_failure()