类的使用
org.springframework.test.context.TestPropertySource
使用TestPropertySource的程序包 程序包 说明 org.springframework.test.context This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use.org.springframework.test.context中TestPropertySource的使用
返回TestPropertySource的org.springframework.test.context中的方法 修饰符和类型 方法 说明 TestPropertySource[]
value()
An array of one or more@TestPropertySource
declarations.