@ContextConfiguration
(
{
"file:Spring-Test.xml"
}
)
@RunWith(SpringJUnit4ClassRunner.class)
public class AppTest
{
@Autowired
World world;
//Test method
}
测试在 eclipse 中运行良好,但是当 的jar
放在test class
它下面jmeter
时,它无法识别注释。通过作品加载弹簧上下文。FileSystemXmlApplicationContext
请帮助