[appengine-java] How do I run my Junit test suite on the server?

2011-03-31 Thread Eliot Stock
Is there a standard way to do this or do I have to write a servlet or 
something? If I have to write something, how am I going to get the log 
output from the tests onto the UI or the logs in the dashboard?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] How do I run my Junit test suite on the server?

2011-03-31 Thread Yasuo Higa
Hi Elio,

See Kotori Web JUnit Runner:
http://code.google.com/p/ktrwjr/

On Fri, Apr 1, 2011 at 12:28 AM, Eliot Stock 1...@eliotstock.com wrote:
 Is there a standard way to do this or do I have to write a servlet or
 something? If I have to write something, how am I going to get the log
 output from the tests onto the UI or the logs in the dashboard?
 Thanks.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine for Java group.
 To post to this group, send email to google-appengine-java@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine-java?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.