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
The problem i found out with the tests for CollectionUtils is that it is not being tested in for a real use-case scenario.
At the moment, CollectionUtils is used in only in the ByteCollectionCodec so that byte arrays can be deserialized back to the original type. In the future i want to use it in array serilialization/deserialization for the same purposes.
What i want is to be able to test something like this:
CollectionUtils is not being properly tested.
The text was updated successfully, but these errors were encountered: