__________ method creates a mock object that implements the given interface, order checking is enabled by default.
(a) createNiceControl
(b) createMockBuilder
(c) createNiceMock
(d) createStrictMock
This question was addressed to me in an internship interview.
Origin of the question is Ant topic in chapter Running JUnit Tests from Ant of JUnit