Add ability to run test in DrJava in parallel and run test in ant in parallel.#14
Open
dapanghu wants to merge 3 commits into
Open
Add ability to run test in DrJava in parallel and run test in ant in parallel.#14dapanghu wants to merge 3 commits into
dapanghu wants to merge 3 commits into
Commits
Commits on May 3, 2018
Enable user to test their project in parallel. Add "test in parallel" to the Drop-down menu and tool bar. Doing this by create a new class MyJUnitCore
Show description for 00f916ccommittedEnable build.xml to support test in parallel by add argument -DTestParallel=true and -DThreadCount=4 (This is the number of thread used to test in parallel)
Show description for 83cb9facommitted