The biggest advantage of mock objects over in-container testing is that mocks don’t require a ________ container in order to execute tests.
(a) Running
(b) Closed
(c) Open
(d) Static
I have been asked this question in an international level competition.
The query is from Maven Downsides topic in chapter Running JUnit Tests from Maven2 of JUnit