同学好,如果你直接org.junit.Assert.assertEquals也不行,那就证明没有相关的jar,
pom.xml里面
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring.version}</version>
<scope>test</scope>
</dependency>
如果有这个还不行,建议把
里面的<scope>test</scope>去了。然后右键项目 update maven project试试