__________ is a TestCase that supports testing with mock objects.
(a) JUnit3ErrorTranslator
(b) JUnit3Mockery
(c) MockObjectTestCase
(d) VerifyingTestCase
I had been asked this question in examination.
The origin of the question is Maven Surefire in section Running JUnit Tests from Maven2 of JUnit