package com.sun.base;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;
@ContextConfiguration("classpath*:applicationContext-bean.xml")
public class BaseTestCase extends AbstractTestNGSpringContextTests{
}
testng+spring整合
最新推荐文章于 2025-07-08 16:53:25 发布