How to run some jUnit (on java-eclipse) projects one by one? -
i need rum 3 junit projects 1 one. simple way (through cmd/batch/eclipse configuration/external java project)?
thanks lot
the best way (unless need in 1 click) right-click on project , use "run as> junit test" each project. after run once, "cached" in "run" button in upper control bar or in junit view "history".
if need run 3 in 1 click, better off maven, ant or similar has integration eclipse.
Comments
Post a Comment