Software Testing 3rd Assignment

1. Installing Junit & Hamcrest

right click the project->Propertise->Java Build Path->Libraries->Add External Jars

2. Installing Eclemma

Help->Eclipse marketplaces->find : eclemma->install

3. Testing Result

right click->Run as->Junit test

4. Coverage Report

right click on the project->Coverage as->Junit Test

原文地址:https://www.cnblogs.com/lyli/p/5296239.html