JUnit: The input type of the launch configuration does not exist 收藏 
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. 本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/jishu_vip/archive/2008/07/06/2617188.aspx

解决方案 »

  1.   

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

  2.   

    folder –> Build Path –>Use as source folder Done这个folder在Myeclipse哪呢?
      

  3.   

    just make sure that you have the test class as a part of the “eclipse source folder” definition.是你的package 包.
      

  4.   


    按他说的这种方法就是把包都给打乱了,jUnit倒是能用了,但是包都乱套了啊
      

  5.   

    吧JUNIT代码目录加入环境变量
      

  6.   

    JUNIT4.JAR放入类路径。
    编写junit 测试单元新建一个源码包工程>new>source folder