I am creating test cases using Junit framework and eclipse. Once I complete my execution of script I am getting below error:
It also gives me the option to attach the source.
I have two java file, Point.java and PointTest.java. The work fine in eclipse but I'm trying to compile them through commandline
I downloaded the junit 4.8.2 jar file into the same directory ...