@Runwith注解不能使用
Posted wqy0314
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了@Runwith注解不能使用相关的知识,希望对你有一定的参考价值。
需要引入依赖坐标
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>4.2.4.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
<version>1.3.2</version>
</dependency>
以上是关于@Runwith注解不能使用的主要内容,如果未能解决你的问题,请参考以下文章
使用RunWith注解改变JUnit的默认执行类,并实现自已的Listener