InterviewSolution
Saved Bookmarks
| 1. |
The ___________ parameter specifies the minimum acceptable line coverage rate needed by each class during Cobetura coverage checking.(a) datafile(b) branch(c) line(d) regexThis question was posed to me in an interview for job.This interesting question is from EasyMock in chapter Testing with Mock Objects of JUnit |
|
Answer» Right OPTION is (c) LINE |
|