org.kubek2k.springockito.annotations.internal.definer
Class MockitoBeansDefiner

java.lang.Object
  extended by org.kubek2k.springockito.annotations.internal.definer.MockitoBeansDefiner

public class MockitoBeansDefiner
extends Object


Constructor Summary
MockitoBeansDefiner()
           
 
Method Summary
 org.springframework.beans.factory.support.AbstractBeanDefinition createMockFactoryBeanDefinition(Class<?> mockClass, Class[] extraInterfaces, String mockName, org.mockito.Answers defaultAnswer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockitoBeansDefiner

public MockitoBeansDefiner()
Method Detail

createMockFactoryBeanDefinition

public org.springframework.beans.factory.support.AbstractBeanDefinition createMockFactoryBeanDefinition(Class<?> mockClass,
                                                                                                        Class[] extraInterfaces,
                                                                                                        String mockName,
                                                                                                        org.mockito.Answers defaultAnswer)


Copyright © 2013. All Rights Reserved.