Closed christopherperry closed 11 years ago
I see the problem, this is an API level 16 class, so to use fest-android you have to compile on at least this API. Can you please specify this clearly on the site, and readme.
You can avoid this by instantiating the assertions directly rather than using the static convenience methods.
Still, you guys should document this.
Are you running on JVM or Dalvik?
Ah, that's stupid. We'll hide it somewhere in the README.
9bb47ca6f93d16538ad90b6f2f6df9911a3f52b2
Nice, thanks Jake.
Hey guys,
First time trying to use this lib. Dropped the dependency in my pom, wrote a quick test just to inflate a View into an Activity, and assert that it isn't null. When I try to compile, I get the error:
class file for android.app.TaskStackBuilder not found
I've only tried a single assertion:
the error points back directly to this line.