junit « jar « Java I/O Q&A





1. Source not found: The jar file selenium-java-client-driver.jar has no source attachment    stackoverflow.com

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.

 ...

2. running junit from command line with jar file    stackoverflow.com

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 ...