Eclipse Junit cannot run my test class: it displays "invalid project specified" message

1.3k views Asked by At

I am trying to run my test classes using Junit test class in Eclipse maven project.It works fine for some projects and after copying and changing the name of the project Junit fails to start while other part of my project is working well. I tried :

  1. restarting, renaming, cleaning etc. It was working for some time.

  2. I have also tried to run: Task Context Test configuration.

    It fail to start totally... it show me "Problem Launching Junit Test" followed by"invalid project specified" message box. Any one who knows how to get ride of this problem?......

0

There are 0 answers