InterviewSolution
Saved Bookmarks
| 1. |
___________ is used to add extra classes and jar files to Cobertura.(a) −−datafile(b) −−destination(c) −−ignore(d) −−auxClasspathThis question was addressed to me in an online quiz.I'm obligated to ask this question of Using Mocks as Trojan Horses topic in chapter Testing with Mock Objects of JUnit |
|
Answer» CORRECT choice is (d) −−auxClasspath To explain: This adds files that COBERTURA may have MISSED during instrumentation. |
|