Home
last modified time | relevance | path

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

/webrtc/dtls/src/fragment_buffer/
H A Dfragment_buffer_test.rs123 for (name, inputs, expects, expected_epoch) in tests { in test_fragment_buffer()
133 for expected in expects { in test_fragment_buffer()
/webrtc/sctp/src/queue/
H A Dqueue_test.rs379 let expects = vec![3, 4, 5, 0, 1, 2]; in test_pending_queue_fragments() localVariable
381 for exp in expects { in test_pending_queue_fragments()
413 let expects = vec![2, 3, 1]; in test_pending_queue_selection_persistence() localVariable
415 for exp in expects { in test_pending_queue_selection_persistence()