spring单元测试的基本配置
Posted 十七年的夏天
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring单元测试的基本配置相关的知识,希望对你有一定的参考价值。
@RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = { "classpath:trade.application.xml" }) public class BaseTest { }
以上是关于spring单元测试的基本配置的主要内容,如果未能解决你的问题,请参考以下文章
使用 Spring Boot 在单元测试中配置集成测试或使用 Spring JDBC?