mvn test 出现错误
错误]编译错误:
[INFO]-。
[错误]/E:/code/maven01/src/test/java/com/imooc/maven01/model/HelloWorldTest.java:[9,23]找不到符号。
符号:方法断言相等(java.lang.String,java.lang.String)。
位置:类org.Junit.Assert。
[info]1错误。
[INFO]-。
[INFO]-。
[info]构建失败。
[INFO]-。
[信息]总时间:1.577秒。
[信息]截止日期:2018-09-12T17:46:07+08:00。
[INFO]-。
[错误]未能在项目maven 01上执行目标org.apache.maven.plugins:maven-compiler-plugin:3.1:testCompile(默认-TestCompile)-模型:编译失败。
[错误]/E:/code/maven01/src/test/java/com/imooc/maven01/model/HelloWorldTest.java:[9,23]找不到符号。
[错误]符号:方法断言相等(java.lang.String,java.lang.String)。
[错误]位置:类org.Junit.Assert。
[错误]。
[错误]->;[帮助1]。
[错误]。
[Error]要查看错误的完整堆栈跟踪,请使用-e开关重新运行maven。
[Error]使用-X开关重新运行Maven,以启用完整的调试日志记录。
[错误]。
[错误]有关错误和可能的解决方案的更多信息,请阅读以下文章:
[错误][帮助1]http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
翻译出来是这样 但具体怎么解决就不太会了 求大神帮助