___________ 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
Right answer is C. perform(String script)
For explanation I would say: The perform methods takes a BeanShell script as a parameter.