QuickTip: JUnit: The input type of the launch configuration does not exist

Posted on Monday, June 9, 2008

29


If you are getting the above error message in Eclipse IDE, while running your test case, just make sure that you have the test class as a part of the “eclipse source folder” definition.

Easiest way. Right click on the folder –> Build Path –>Use as source folder

Done.

Posted in: Java, testing