InterviewSolution
Saved Bookmarks
| 1. |
“cobertura-check.bat” is run ________ the JUnit tests to show which classes do not have adequate test coverage.(a) Before(b) After(c) Along with(d) Before and afterThis question was posed to me in homework.Origin of the question is EasyMock topic in chapter Testing with Mock Objects of JUnit |
|
Answer» The CORRECT option is (b) After |
|