1.

__________ function translates the given ExpectationError into an error type compatible with another testing framework.(a) change()(b) translate()(c) compatible()(d) mock()This question was posed to me in homework.The origin of the question is Maven Plug-ins topic in portion Running JUnit Tests from Maven2 of JUnit

Answer»

Right OPTION is (b) translate()

The best explanation: Translate() returns an error that is compatible with another testing FRAMEWORK and contains the same MESSAGE and stack trace as the passed parameter.



Discussion

No Comment Found

Related InterviewSolutions