Re: How to add JUnit testing to an existing project in eclipse.

2011-06-27 Thread objectuser
I might be missing the essential point, but can't you just create another 
Java project for your tests, add the JUnit library, add your main project to 
it's build path, and then go about writing tests?

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



How to add JUnit testing to an existing project in eclipse.

2011-06-25 Thread Bob
When you create a new GWT web project in eclipse, and generate starting code 
automatically, it does not generate JUnit testing code to be able to add 
test cases.  How do you add this?

I have been trying to get this done with webAppCreator, but always get 
permission denied.

Any ideas?

thanks
bob

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