Skip navigation links
A B C F M O S 

A

addToContextIfMissing(String, Supplier<T>, ApplicationContext) - Static method in class com.teketik.test.mockinbean.BeanUtils
Adds a bean named beanName to applicationContext as supplied by supplier if it does not yet exist.

B

BeanUtils - Class in com.teketik.test.mockinbean
 

C

com.teketik.test.mockinbean - package com.teketik.test.mockinbean
 

F

findBean(Class<T>, String, ApplicationContext) - Static method in class com.teketik.test.mockinbean.BeanUtils
Attempt to find the spring bean corresponding to type if only one exists (name not used).
findField(Class<?>, String, Class<?>) - Static method in class com.teketik.test.mockinbean.BeanUtils
Attempt to find a field on the supplied class with the supplied name and type OR just the type if none with this name exists.

M

MockInBean - Annotation Type in com.teketik.test.mockinbean
Annotation used to inject a mockito Mock in a Spring Bean for the duration of a test.
MockInBeans - Annotation Type in com.teketik.test.mockinbean
Container annotation that aggregates several @MockInBean annotations.
MockInBeanTestExecutionListenerConfig - Class in com.teketik.test.mockinbean
 

O

ORDER - Static variable in class com.teketik.test.mockinbean.MockInBeanTestExecutionListenerConfig
MockInBeanTestExecutionListener order.

S

SpyInBean - Annotation Type in com.teketik.test.mockinbean
Annotation used to inject a Spy of a Spring Bean in another Spring Bean for the duration of a test.
SpyInBeans - Annotation Type in com.teketik.test.mockinbean
Container annotation that aggregates several @SpyInBean annotations.
A B C F M O S 
Skip navigation links

Copyright © 2022. All rights reserved.