如何在春季JUnit中测试包含@Lazy @autowired bean的类

时间:2018-07-11 11:57:13

标签: junit annotations mockito

我在spring项目中有一个类,其中包含带有@Autowire批注的@Lazy bean。 在运行时,使用junit测试类时遇到错误。

org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 
Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true), @org.springframework.context.annotation.Lazy(value=true)}

0 个答案:

没有答案