1
@ContextConfiguration
(
  {

   "file:Spring-Test.xml"

  }
)
@RunWith(SpringJUnit4ClassRunner.class)
public class AppTest 
{
    @Autowired
    World world;

 //Test method
}

测试在 eclipse 中运行良好,但是当 的jar放在test class它下面jmeter时,它无法识别注释。通过作品加载弹簧上下文。FileSystemXmlApplicationContext请帮助

4

0 回答 0