Billybear
unread,Oct 9, 2011, 10:31:24 PM10/9/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Android Mock Discussion
Hello,First ,look at below:
Android Mock uses a Java 1.6 Annotation processor to generate the
mocks. By simply including AndroidMockGenerator.jar in the classpath
when you invoke javac to compile your tests, the Annotation processor
will automatically be launched and generate the mocks.
When I use the AndroidMock in eclipse,I can't mock any object.In the
above. It is said that the Annotation processor will automatically be
launched.
So,I want to know where the Annotation processor is located ? In the
eclipse?
But,In my eclipse, the property of the project....click " Java
Complier....Annotation Processing....Factory Path ....
There isn't a option like this that others have:
org.eclipse.jst.ws.annotations.core.
So,is it because this that I cann't mock object ,and what I should do?
install a new eclipse?
thanks very much!