I am running JUnit through TextMate, and when I try to run my test cases I get this error
JUnit version 4.5
Could not find class: ProgTest
Time: 0.001
OK (0 tests)
Progtest.java can be found here
I am running JUnit through TextMate, and when I try to run my test cases I get this error
JUnit version 4.5
Could not find class: ProgTest
Time: 0.001
OK (0 tests)
Progtest.java can be found here
Sounds like your working directory is not on your classpath when you run JUnit.
Hmmm, I think we need more info here about the project layout and classpath.
It looks like ProgTest.class is not on the classpath while executing JUnit.
Did you start JUnit in the same enviroment your project uses?