程序包的使用
org.springframework.test.context.junit4
使用org.springframework.test.context.junit4的程序包 程序包 说明 org.springframework.test.context.junit4 Support classes for integrating the Spring TestContext Framework with JUnit 4.12 or higher.org.springframework.test.context.junit4使用的org.springframework.test.context.junit4中的类 类 说明 AbstractJUnit4SpringContextTests Abstract base test class which integrates the Spring TestContext Framework with explicitApplicationContext
testing support in a JUnit 4 environment.SpringJUnit4ClassRunner SpringJUnit4ClassRunner
is a custom extension of JUnit'sBlockJUnit4ClassRunner
which provides functionality of the Spring TestContext Framework to standard JUnit tests by means of theTestContextManager
and associated support classes and annotations.