eclipse-uprotocol / up-rust

uProtocol Language Specific Library for Rust
Apache License 2.0
11 stars 9 forks source link

Verify encoding of Notification message type #105

Closed sophokles73 closed 4 months ago

sophokles73 commented 4 months ago

When mapping a UMessage to a transport PDU, the message type needs to be encoded to a string. The UMessageType struct's unit tests have been extended to verify that this also works for the Notification message type.