Basically, I'm trying to figure out how to implement Junit 4 into GWT. For the beginning I am interested on how to apply some annotation to some method in GWTTestCase and somehow detect, in GWTTestCase translatable code, that a specific method has some annotation applied. The idea is to apply some annotation - maybe @GwtSetUp to some method which would have the same effect as gwtSetup method in the GWTTestCase now.
On Apr 16, 6:45 pm, John Tamplin <[email protected]> wrote: > On Fri, Apr 16, 2010 at 12:05 PM, Marko Vuksanovic < > > [email protected]> wrote: > > Shouldn't GWTTestCase extend JClassType somehow? > > I'm not sure what you are referring to -- GWTTestCase is for running GWT > tests, and JClassType is a TypeOracle type representing a non-primitive Java > type. > > -- > John A. Tamplin > Software Engineer (GWT), Google > > --http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
