You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2024. It is now read-only.
An invalid message must raise an exception covered by an unit test.
How to determine which messages needs raw files ?
One test to check binary pack order;
Basic Tests
Struct size with the minimum length according to OF Spec (asserts);
pack test:
* Can be checked comparing the result of pack() with raw files;
* Validate all reimplemented pack() (to make sure that all specific cases are covered. Ex: When body changes according to the type (ErrorMsg Class));
unpack test:
* Can be tested unpacking a known raw file and checking the values of the object;