I'm testing a swing application.
I was able to run through the sample setup just fine, and the generated test class performs the playback properly.
However, when recording the class I need to test, the test class is generated fine.
The problem is whenever I run the test class, only the UI thread launches the GUI and no tests are run. The GUI is launched and none of the generated code (playback) is performed.The generated test method is never hit.
This was generated using Eclipse 3.5 and the latest version of WindowTester Pro.
Any ideas as to what may be going on?