Assert that object is Parcelable
artem-zinnatullin opened this issue · 2 comments
artem-zinnatullin commented
What do you think about PR for asserting Parcelable
implementation? I'd like to contribute that if you don't mind.
assertThat(object).isParcelable()
, based on https://github.com/artem-zinnatullin/AssertParcelable.
JakeWharton commented
Seems out of scope and not in line with what this library is for.
On Fri, Oct 30, 2015, 12:54 PM Artem Zinnatullin notifications@github.com
wrote:
What do you think about PR for asserting Parcelable implementation? I'd
like to contribute that if you don't mind.assertThat(object).isParcelable(), based on
https://github.com/artem-zinnatullin/AssertParcelable.—
Reply to this email directly or view it on GitHub
#177.
artem-zinnatullin commented
ok, np!