Augmented Usamimi

it { is_expected.to be_blog.written_by(izumin5210) }

Entries from 2015-08-04 to 1 day

AndroidでBLEが絡むコードのテストを書きたい

AndroidでBluetoothまわりのテストどうしたらいいんだ BluetoothGattはfinalだからMockitoでmock化できないし,PowerMockはDexmakerと相性悪いっぽい— ぃずみん (@izumin5210) August 4, 2015 BluetoothGattがfinalなのでモック化出来ない. PowerMockで誤魔…