ParcelCheck
ParcelCheck copied to clipboard
Simple test to see if all models in project correctly implement Parcelable
Got issue with creating garbage objects when objects has nested containers. I have class which has List field with nested ArrayList elements. Got this stack trace when running my tests:...
If you look in the sample at the Person model, its tests should be failing due to the fact that it is missing fields in its parcel generation, and yet...
If we could find a way to fetch all class names within a package without needing the actual Dex file, we would be able to potentially run this as a...