spideruci / tacoco

Integrated Software Analysis Framework
https://github.com/spideruci/tacoco
MIT License
8 stars 7 forks source link

Fixed test case names #50

Closed tariq1890 closed 8 years ago

tariq1890 commented 8 years ago

My test cases are as follows

1.Test PathBuilder using only path(String) 2.Test PathBuilder using only path(List) 3.Test PathBuilder using path(List) first and then path(String) 4.Test PathBuilder using path(String) first and then path(List)