20212223242526
* @author <a href="mailto:ekeogh@thoughtworks.com">Elizabeth Keogh</a> */ class ClassMockObject extends MiniMockObject { private ClassMockObject(Class type, String name) { super(type, name, new StubInvocationHandler(name)); }