Junit、AssertJ、Hamcrest、Mockito、PowerMock、spring boot test浅谈
源码github:https://github.com/lotusfan/junit-demotest目录JUnitJUnit5的运行条件是Java8环境。JUnit4与JUnit5常用注解对比JUnit4Junit5说明@Test@Test表示该方法是一个测试方法@BeforeClass@BeforeAll表示使用了该注解的方法应该在当前类中所有使用了@Test、@RepeatedTest、@P