Hi David,
I am using Junit4.2 version for running my testcase.As far as i know the suite method is not required anymore if our testcase written in 4.2 version and run the testcase using Junit4.2 version.
can use main method to load the our test case.
public static void main(String args[])
{
org.junit.runner.JUnitCore.main(Sample);
System.out.println("Finish the testing");
}
when I run the above code ,I am not getting the the message which i have given in println.
Are u using any exit command to exit the JVM.
Regards,
Pari
---------------------------------
Heres a new way to find what you're looking for - Yahoo! Answers |