You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
I'd like to write a unit test to test GWT serialization, any pointers
on how to setup a unit test that would allow me to pass a variety of
data structures from the client to the server and compare results? Is
this even possible?
Joseph Lust
unread,
May 1, 2012, 10:18:59 AM5/1/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
dhoffer,
You can just test the Async callback as a whole. That should hit the serialization/deserialization calls. See the Google documentation of this process:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I don't think you need to unit test GWT serialization since it's apart of GWT framework. you need to test you usage of the framework not the framework itself