Junit5是当前最新的测试框架。在junit5当中,一些之前使用的注解和测试方法被新的注解替换掉了。 使用junit5的测试结构如下: import org.junit.jupiter.api.AfterAll; import org.junit.jupiter.api.AfterEa……