如何下載Junit並在eclipse上配置Junit

辞楠發表於2024-04-29

點選連結Download and Install · junit-team/junit4 Wiki · GitHub

點選junit.jar

選擇下載junit 4.13.2版本的話直接下載junit-4.13.2.jar,這裡下載的是4.10版本,所以點選 ../ 選擇其他的版本

點選4.10/,下載junit-4.10.jar

這樣就下載好junit了,接下來在eclipse上配置junit

開啟eclipse,點選project->properties->java Build Path->Libraies->ClassPath->Add External JARS->開啟自己下載的junit的路徑

相關文章