Maven:我怎样才能验证所有的Bean都已被创建和初始化

huangapple go评论71阅读模式
英文:

Maven: How can I verify that all beans are created and initialized

问题

如何验证所有的Bean都被创建和初始化?
我注意到,即使有一些Bean创建失败,maven clean install也是成功的。

英文:

How can I verify that all beans are created and initialized?
I've noticed, that maven clean install is successful even if I have some failed beans

答案1

得分: 1

你可以进行一项测试,尝试加载包含所有Bean的整个上下文。您可以查阅关于@SpringBootTest的相关信息(考虑您正在使用Spring)。

英文:

You can have a test that tries to load the whole context with all the beans. You can look up about @SpringBootTest(considering you are using Spring)

huangapple
  • 本文由 发表于 2020年8月27日 02:09:54
  • 转载请务必保留本文链接:https://go.coder-hub.com/63603422.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定