美文网首页
Spring5中使用Junit

Spring5中使用Junit

作者: 六年的承诺 | 来源:发表于2019-03-04 20:37 被阅读0次

    1.添加依赖包
    (1.)Junit的依赖包(2.)在pom.xml中添加下图


    m.png
    n.png
    o.png

    2.编写待测程序

    Max类

    G.png

    配置

    q.png

    3.编写程序
    Test快捷键(ctrl+shift+T或者alt+enter)

    test的路径

    r.png p.png

    4.运行结果
    出现绿色表示成功了!!!

    相关文章

      网友评论

          本文标题:Spring5中使用Junit

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