美文网首页
Springboot的测试类出现 IllegalState Fa

Springboot的测试类出现 IllegalState Fa

作者: 阿乐_822e | 来源:发表于2021-05-27 10:20 被阅读0次

    在写测试类时,有时会提示 IllegalState Failed to load...错误

    Errors: 
      XXXApplicationTests.contextLoads » IllegalState Failed to load...
    

    此时,试着重新引入一下TEST包,不要使用 org.junit.Test包

    import org.junit.jupiter.api.Test;
    //import org.junit.Test;
    
    

    相关文章

      网友评论

          本文标题:Springboot的测试类出现 IllegalState Fa

          本文链接:https://www.haomeiwen.com/subject/rgyrsltx.html