Junit运行在Spring环境下
Posted N神3
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Junit运行在Spring环境下相关的知识,希望对你有一定的参考价值。
@RunWith(SpringJUnit4ClassRunner.class)让测试运行于Spring测试环境
@ContextConfiguration 用来指定加载的Spring配置文件的位置,会加载默认配置文件
加载Spring配置文件:@ContextConfiguration(classpath:/com/example/MyTest-context.xml文件)
以上是关于Junit运行在Spring环境下的主要内容,如果未能解决你的问题,请参考以下文章
Solved:Spring Junit Test NoSuchMethodError
我需要我的 Spring Boot Web 应用程序在 JUnit 中重新启动