himock.core
Class ClassMockObjectMaker

java.lang.Object
  extended byhimock.core.ClassMockObjectMaker
All Implemented Interfaces:
IMockObjectMaker

public class ClassMockObjectMaker
extends java.lang.Object
implements IMockObjectMaker

Author:
Chen Peng ,chen56@msn.com

Constructor Summary
ClassMockObjectMaker(MockBehavior mockInvocationer)
           
 
Method Summary
 java.lang.Object mock()
          生成mockedType的mockObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassMockObjectMaker

public ClassMockObjectMaker(MockBehavior mockInvocationer)
Method Detail

mock

public java.lang.Object mock()
Description copied from interface: IMockObjectMaker
生成mockedType的mockObject

Specified by:
mock in interface IMockObjectMaker


Copyright © 2002-2004 . All Rights Reserved.