square / assertj-android

A set of AssertJ helpers geared toward testing Android.
https://square.github.io/assertj-android/
Apache License 2.0
1.58k stars 156 forks source link

Assert that object is Parcelable #177

Closed artem-zinnatullin closed 8 years ago

artem-zinnatullin commented 8 years ago

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 8 years ago

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 https://github.com/square/assertj-android/issues/177.

artem-zinnatullin commented 8 years ago

ok, np!