marzvrover / Swiftcraft

[WIP] A swift implementation of the Minecraft server
https://marzvrover.github.io/Swiftcraft
Apache License 2.0
5 stars 0 forks source link

Test PacketCodec - MessageToByteEncoder #17

Open marzvrover opened 3 years ago

marzvrover commented 3 years ago

I need to come up with the best way to test the MessageToByteEncoder part of the PacketCodec. A quick glance shows that there is not a helper like the ByteToMessageDecoderVerifier for the MessageToByteEncoder.