Can anybody please suggest how to write unit test case on GWT server
side class methods and mainly how to mock up the session inside the
methods. I getting NullPointerException with the statment like :
 final HttpSession session = this.getHttpSession();

- As I m not able create the Object of same session inside my test
case.

Thanks in advance.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to