Hello fantastic people!
I am developing a java module which will be used both on the server, and on the client (GWT).
I want to write a library of unit tests, and then simply create wrappers to run the tests on the client and on the server. This way, I can gurentee that the code behaves correctly on both, without having to write separate unit tests for each.
However, I see that there is no native support for JUnit in GWT and that GWTTestCase has to be used.
I was hoping someone might have a clever solution that would allow me to do this.
Thanks,
Casey