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
Decoder and encoder support a large number of types and use many traits to determine their behavior. Testing all type combinations would be difficult, and such a test would be almost unreadable. I suggest to create a test, which generates a tree of pre-defined types and tests encoder and decoder against it. Then, we could easily add tests for new supported types.
The text was updated successfully, but these errors were encountered:
Decoder and encoder support a large number of types and use many traits to determine their behavior. Testing all type combinations would be difficult, and such a test would be almost unreadable. I suggest to create a test, which generates a tree of pre-defined types and tests encoder and decoder against it. Then, we could easily add tests for new supported types.
The text was updated successfully, but these errors were encountered: