On 2 sep, 00:39, charlie <[email protected]> wrote:
> None of the test methods get called, I'm sysout'ing everywhere and stepping
> it through a debugger, it isn't being run at all. And I notice the output
> never says it gets run, only compiled.
Your test class is in a .server. package, so unless your module
(com.charlie.MP3Player) has a <source path="client" /> in it, your
class isn't treated as "client code" and won't be run as a "GWT unit
test".
> Can you give me an example of one of your GWTTestCase's ?
Apart from the package issue, your class looks OK. Just a small nit:
GWTTestCase is a "JUnit 3" test case, so you don't need the JUnit 4
@Test annotation on your test methods (instead, you must name them
testXXX)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---