______________ creates a mock object that implements the given interface with the specification is that order checking is disabled by default.
(a) createMock(Class<T> toMock)
(b) createMock(MockType type, Class<T>toMock)
(c) createMock(String name, Class<T> toMock)
(d) createMock(String name, MockType type, Class<T> toMock)
The question was asked in exam.
Asked question is from Ant topic in portion Running JUnit Tests from Ant of JUnit