Home
last modified time | relevance | path

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

/webrtc/sctp/src/chunk/
H A Dchunk_test.rs58 let abort2 = ChunkAbort::unmarshal(&b)?; in test_abort_chunk_one_error_cause() localVariable
60 assert_eq!(abort2.error_causes.len(), 1, "should have only one cause"); in test_abort_chunk_one_error_cause()
62 abort2.error_causes[0].error_cause_code(), in test_abort_chunk_one_error_cause()
90 let abort2 = ChunkAbort::unmarshal(&b)?; in test_abort_chunk_many_error_causes() localVariable
91 assert_eq!(abort2.error_causes.len(), 3, "should have only one cause"); in test_abort_chunk_many_error_causes()
94 abort2.error_causes[i].error_cause_code(), in test_abort_chunk_many_error_causes()