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

The type org.fest.assertions.api.AbstractAssert cannot be resolved #50

Closed Achie-Medhelp closed 11 years ago

Achie-Medhelp commented 11 years ago

Trying to build a sample test app to use Fest in Eclipse.

It fails to build with this error "The type org.fest.assertions.api.AbstractAssert cannot be resolved. It is indirectly referenced from required .class files"

It looks like the AbstractAssert class is missing.

I tried to build the test sample in the Spoon Sample and it also failed with the same issue.

JakeWharton commented 11 years ago

Do you have the latest fest-assert-core jar in your classpath?

Achie-Medhelp commented 11 years ago

Wow, That was quick!!

No I did not but I just added it and it looks good.

Thank you. This is the first time I am using Fest and was thinking it might be helpful to add that as a dependency in the documentation.

[Came to know about these from your presentation yesterday]

JakeWharton commented 11 years ago

Yep, it should be documented for those not using Maven/Gradle. Leave this issue open as a reminder for me to add it.

Achie-Medhelp commented 11 years ago

Sure, Thank you.