test_cbor.cpp file
Functions
- TEST_CASE("cbor.string_map_decode_accepts_float32_payload_as_double")
- TEST_CASE("cbor.string_map_decode_rejects_indefinite_length_map")
- TEST_CASE("cbor.string_map_decode_rejects_non_map_payload")
- TEST_CASE("cbor.string_map_decode_rejects_null_value_payload")
- TEST_CASE("cbor.string_map_decode_rejects_payload_with_trailing_bytes")
- TEST_CASE("cbor.string_map_decode_rejects_truncated_payload")
- TEST_CASE("cbor.string_map_roundtrip_all_supported_types")
- TEST_CASE("cbor.string_map_roundtrip_handles_int64_min_boundary")
- TEST_CASE("cbor.unsigned_map_decode_rejects_indefinite_length_map")
- TEST_CASE("cbor.unsigned_map_decode_rejects_non_unsigned_keys")
- TEST_CASE("cbor.unsigned_map_decode_rejects_truncated_payload")
- TEST_CASE("cbor.unsigned_map_is_encoded_in_canonical_key_order")