Spring-test单元测试
Posted Cristin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring-test单元测试相关的知识,希望对你有一定的参考价值。
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
</dependency>
以上是关于Spring-test单元测试的主要内容,如果未能解决你的问题,请参考以下文章