I am asking myself the same. I couldn't find any way to do that, but you can always test the generated one.
There is another tip: If you compile the project and specify the -gen argument to the compiler, then execute the project on debug mode and attach to the project the gen directory like source lookup and you can debug the generated class line by line, thats pretty nice to find bugs. 2009/12/17 hjo1620 <[email protected]> > I have a "class MyGenerator extends Generator", that I want to test. > > I need pointers to existing unit test code of a Generator unittest. > > Looked in the GWT code for readymade mocks to no avail. > > /hw > > -- > > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
