public interface ApplicationMockManager
Modifier and Type | Method and Description |
---|---|
void |
addMock(Object mockInstance,
java.lang.annotation.Annotation... qualifiers) |
<T> T |
getMock(Class<T> beanClass,
java.lang.annotation.Annotation... qualifiers) |
void addMock(Object mockInstance, java.lang.annotation.Annotation... qualifiers)
<T> T getMock(Class<T> beanClass, java.lang.annotation.Annotation... qualifiers)
Copyright © 2015 The Apache Software Foundation. All rights reserved.