InterviewSolution
Saved Bookmarks
| 1. |
____________ is a TestCase that verifies postconditions after the test has run and before the fixture has been torn down.(a) JUnit3ErrorTranslator(b) JUnit3Mockery(c) MockObjectTestCase(d) VerifyingTestCaseI got this question during a job interview.Question is taken from Maven Surefire in chapter Running JUnit Tests from Maven2 of JUnit |
|
Answer» Correct ANSWER is (a) JUnit3ErrorTranslator |
|