1 /*
2 * Created on 2004-7-29
3 */
4 package himock.core;
5
6 /***
7 * @author Chen Peng ,chen56@msn.com
8 */
9 public interface IMockObjectMaker {
10 /***
11 * Éú³ÉmockedTypeµÄmockObject
12 * */
13 Object mock();
14 }