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

Invert BluetoothClassAssert#doesNotHave(int) assertion #196

Closed MariusVolkhart closed 8 years ago

MariusVolkhart commented 8 years ago

The method is the negative condition of #hasService(int) but the assertion wasn't inverted.