Posted By:
padmavathi_pappala
Posted On:
Tuesday, November 22, 2011 01:22 PM
Hi,
Recently using junit 4.9 I parallelized all my test cases . Now I can no more view my failure outputs using eclipse. can anyone suggest me how can I capture test case results now?
Following is the code I used for paralllelizing tests.
JUnitCore.runClasses(new ParallelComputer(threadNumber, runClassesParallel, runMethodsParallel), cls);