Uses of Interface
biz.xsoftware.mock.MockObject

Packages that use MockObject
biz.xsoftware.mock The only package of MockObject which contains the classes to create(or allow the creation of) mock objects from interfaces. 
 

Uses of MockObject in biz.xsoftware.mock
 

Methods in biz.xsoftware.mock that return MockObject
static MockObject MockObjectFactory.createMock(Class<?> theInterface)
          Creates a MockObject based on your interface.
static MockObject MockObjectFactory.createMock(Class<?>[] interfaces)
          Creates a MockObject based on your interface.
static MockObject MockObjectFactory.createMock(String id, Class<?> theInterface)
          Creates a MockObject based on your interface.
static MockObject MockObjectFactory.createMock(String id, Class<?>[] interfaces)
          Creates a MockObject based on your interface.
abstract  MockObject MockObjectFactory.createMockImpl(String id, Class<?>[] interfaces)