1.

The test instantiates ___________ and calls methods on these _________(a) Objects(b) Classes(c) Services(d) SubsystemsThe question was asked in unit test.The above asked question is from Unit Testing with Mock Objects topic in division Testing with Mock Objects of JUnit

Answer»

The CORRECT CHOICE is (a) Objects

To explain: The TEST CLASS has to be instantiated and objects are CREATED.



Discussion

No Comment Found

Related InterviewSolutions