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

New ContentValueAssert assertions #55

Closed screendriver closed 11 years ago

screendriver commented 11 years ago

containsValue(), contains() and hasSize()

contains() was inspired by

org.fest.assertions.api.MapAssert#contains(MapEntry)