Runner org.junit.internal.runners.ErrorReportingRunner (used on class com.atguigu.mybatisplus.MyBati

JUnit报错:

Runner org.junit.internal.runners.ErrorReportingRunner (used on class com.atguigu.mybatisplus.MyBatisPlusTest) does not support filtering and will therefore be run completely.

错误图片:

Runner org.junit.internal.runners.ErrorReportingRunner (used on class com.atguigu.mybatisplus.MyBati_第1张图片 此时只需要将import org.junit.jupiter.api.Test;改为:import org.junit.Test;即可

你可能感兴趣的:(junit,java,mybatis)