第一章-测试概述 1junit4.12 jar 1 2 3 4 5 6 <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <version>5.1.9.RELEASE</version> <scope>test</scope> </dependency> 使用 1 2 3 4 5 6 7 8 9 10 11 12 13 @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration("classpath:applicationContext.xml") public class ZzDepartmentMapperTest { @Autowired ZzDepartmentMapper mapper; @Test public void t1(){ mapper.doXX();//这样就不