这个JUnit5教程将讲述如何使用Java8风格的编码以及其他功能,同时也了解JUnit5与之前的版本的区别。
Junit5简介
JUnit是Java中使用最广泛的测试框架,之前Java8发布了最引人注目的lambda表达式,整个Java的编码风格发生巨大的变化,JUnit5主要在希望能够适应Java8风格的编码以及相关工,这就是为什么建议在Java8之后的项目中使用JUnit5来创建和执行测试。
JUnit官方说明:
JUnit 5 is the next generation of JUnit. The goal is to create an up-to-date foundation for developer-side testing on the JVM. This includes focusing on Java 8 and above, as well as enabling many different styles of testing.
JUnit5的第一个可用性版本是在2017年9月10日发布的。