DrJavaAtRice / drjava

Branches for integration and releases
20 stars 28 forks source link

Add ability to run test in DrJava in parallel and run test in ant in parallel. #14

Open dapanghu opened 6 years ago

dapanghu commented 6 years ago

Add "test in parallel" to the Drop-down menu and tool bar. Now user can choose to run test case in Drjava in sequential like before or in parallel by "test folder in parallel". Changed the build.xml file to enable test DrJava in parallel. Now developer can test DrJava in parallel by adding -DTestParallel=true and can choose number of thread running by -DThreadCount.