Saved Bookmarks
| 1. |
____________ parameter specifies the encoding used to read the source.(a) datafile(b) basedir(c) encoding(d) formatI have been asked this question in unit test.My question comes from EasyMock topic in portion Testing with Mock Objects of JUnit |
|
Answer» RIGHT ANSWER is (c) encoding The EXPLANATION is: During REPORTING with Cobertura, the encoding parameter defines the encoding of the files. |
|