Close
jGuru Forums
Posted By: chand_desh Posted On: Tuesday, June 3, 2003 11:57 PM
Hi Friends, first time we are implementing Junit framework. i am facing one problem. when i am trying to run SimpleTest.class (Which is in Junit Installed direct) with command D:junit3.8.1junitsamples>java junit.textui.TestRunner SimpleTest it says no class "SimplTest" . but if i remove package name from SimpleTest.java then after compilation above command works properly. I just want to ask why package name is creating problem ? Thanks Chandrashekhar
Re: TestRunner
Posted By: Anonymous Posted On: Wednesday, June 4, 2003 01:25 AM