InterviewSolution
Saved Bookmarks
| 1. |
While using Cobertura from the command line, which parameter specifies the base directory?(a) −−datafile(b) −−destination(c) −−ignore(d) −−basedirThis question was addressed to me in semester exam.I need to ask this question from Using Mocks as Trojan Horses topic in section Testing with Mock Objects of JUnit |
|
Answer» RIGHT choice is (d) −−basedir For explanation I would say: The –basedir parameter specifies the BASE DIRECTORY of the CLASS files that are to be instrumented. |
|