org.doxla.spring.automock.resolver
Interface ProxyMockNameResolver
- All Known Implementing Classes:
- DefaultProxyMockNameResolver
public interface ProxyMockNameResolver
Defines the mapping between a Class to be mocked and it's Mock
Spring bean name and it's proxy Spring bean name.
Implementations of this interface can be passed to a AutoMockExposingPostProcessor
to override the default naming strategy of exposed beans.
- Author:
- danoxlade
proxyNameFromClass
String proxyNameFromClass(Class clazz)
mockNameFromClass
String mockNameFromClass(Class clazz)
Copyright © 2007. All Rights Reserved.