InterviewSolution
Saved Bookmarks
| 1. |
The ____________ parameter is used to specify the type of report.(a) datafile(b) basedir(c) encoding(d) formatThe question was posed to me in a job interview.This interesting question is from EasyMock topic in section Testing with Mock Objects of JUnit |
|
Answer» CORRECT CHOICE is (d) format The explanation is: The format PARAMETER defines the type of report to be generated. |
|