src/serial/tests/test_control_service.cpp file

Functions

TEST_CASE("serial.control_protocol_rejects_request_with_noncanonical_metadata")
TEST_CASE("serial.control_protocol_rejects_response_with_unknown_response_code")
TEST_CASE("serial.control_protocol_rejects_response_with_unknown_transport_status")
TEST_CASE("serial.control_protocol_reports_bad_crc_with_reply_sequence")
TEST_CASE("serial.control_protocol_roundtrips_request_frame")
TEST_CASE("serial.control_service_dispatches_healthcheck_request")
TEST_CASE("serial.control_service_fails_closed_when_response_exceeds_frame_budget")
TEST_CASE("serial.control_service_maps_busy_exchange_to_busy_response_code")
TEST_CASE("serial.control_service_returns_transport_error_for_bad_crc_frame")
TEST_CASE("serial.control_service_signs_response_when_exchange_requires_it")