Difference between junit-jupiter-api and junit-jupiter-engine

后端 未结 4 1757
既然无缘
既然无缘 2020-12-17 07:37

What is difference between maven modules junit-jupiter-api and junit-jupiter-engine? Is it necessary to include both dependencies in build.gr

4条回答
  •  轮回少年
    2020-12-17 08:07

    The most accurate answer to your questions is in junit-team/junit5-samples repository. Just take a look at junit5-jupiter-starter-gradle for Gradle and junit5-jupiter-starter-maven for maven.

    As you can see in both examples the only required dependency is junit-jupiter.

提交回复
热议问题