Re: How to run all the junit classes in parallel instead of adding one by one?
How to run the packages using ant? I have set of classes in one package. I want to run that classes. How to use the packages in ant? Awaiting for your reply. -- View this message in context: http://ant.1045680.n5.nabble.com/How-to-run-all-the-junit-classes-in-parallel-instead-of-adding-one-by-
How to run all the junit classes in parallel instead of adding one by one?
For example, In my ant.xml ** ** I am adding two classes one by one inside the parallel tag. In this case, the JUnit test cases will run in parallel. But I want to give