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

ActionBarSherlock Tests #15

Closed chrisjenx closed 11 years ago

chrisjenx commented 11 years ago

Your probably well aware, are there stubs in the pipeline for ActionBarSherlock?

JakeWharton commented 11 years ago

Yeah I'm torn on this. Need to think on it a bit more. I might put it in ABS as a module that spits out a .jar which extends from this library. I'm not too keen on introducing a dependency on ABS in this library.

chrisjenx commented 11 years ago

Yeah I was thinking that. It does need to be sperate to this lib. Branch or another repos all together.... On 22 Jan 2013 17:00, "Jake Wharton" notifications@github.com wrote:

Yeah I'm torn on this. Need to think on it a bit more. I might put it in ABS as a module that spits out a .jar which extends from this library. I'm not too keen on introducing a dependency on ABS in this library.

— Reply to this email directly or view it on GitHubhttps://github.com/square/fest-android/issues/15#issuecomment-12553123.

JakeWharton commented 11 years ago

https://github.com/JakeWharton/ActionBarSherlock/commit/5eac686113561aaef4626823affd075a925cbdeb

JakeWharton commented 11 years ago

File any issues on ABS if you need others.