1.

___________ creates an action that performs the given script.(a) describeTo(Description description)(b) invoke(Invocation invocation)(c) perform(String script)(d) where(String name, Object value)I have been asked this question in an online quiz.Asked question is from Setting Up a Maven Project in portion Running JUnit Tests from Maven2 of JUnit

Answer»

Right ANSWER is (c) perform(String script)

For explanation I would say: The perform METHODS TAKESA BEANSHELL script as a parameter.



Discussion

No Comment Found

Related InterviewSolutions