• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

GWTTestCase error -- The test class ... was not found in module ...

 
Ranch Hand
Posts: 436
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm using GWT 2.4 with JUnit 4.8.1. I'm running my tests using Eclipse Indigo (by right clicking the test and selcting Run As -> JUnit test). I have a class that extends GWTTestCase but I'm getting an error when trying to execute the test. I have this ...



I have this file "ProductPlus.gwt.xml" in my classpath. Specifically it is located at src/main/java/com/myco/clearing/product/ProductPlus.gwt.xml. Its contents are



Executing my JUnit test results in



Does anyone know what this means and how I can fix this? Thanks, - Dave
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic