Add comprehensive ChatPacketHandler bitstream tests for all handler methods

Co-authored-by: aronwk-aaron <26027722+aronwk-aaron@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-08-31 05:53:49 +00:00
parent b6764bbb10
commit 5a17e6cf23
2 changed files with 435 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ set(DNETTESTS_SOURCES
"TestCommon.cpp"
"AuthPacketTests.cpp"
"ChatPacketTests.cpp"
"ChatPacketHandlerTests.cpp"
"WorldPacketTests.cpp"
"MasterPacketTests.cpp"
"PacketEdgeCaseTests.cpp"