I'm trying to verify that some JavaScript code behaves identically to an 
existing Java library. I've created some tests that subclass GWTTestCase to 
check this. Unfortunately, when I try and do the pure-java test in 
development mode (by returning null for the module name, as the 
documentation suggests), the methods like delayTestFinish() don't appear to 
work. Tests just finish as soon as the test method exits. Is this the 
intended behavior? If so, has anybody made a pure-java implementation of 
GWTTestCase so test logic can be shared between client and server code?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to