Tuesday, November 1, 2011

Re: Unit teting using GWTTestCase

I think it is already in place. refer here.

<classpathentry kind="src" output="target/test-classes" path="src/test/
resources"/>
<classpathentry kind="src" output="target/test-classes" path="src/test/
java"/>
<classpathentry kind="src" output="target/classes" path="src/main/
resources"/>
<classpathentry kind="src" output="target/classes" path="src/main/
java"/>

Does eclispe need GWT plug-in to run this?


On Nov 1, 3:29 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> Is src/test/java (and src/test/resources) part of the buildpath/classpath
> for your JUnit launch? Not only the *.class has to be in the classpath, the
> *.java too.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment