admin
2024-09-05 ab35ac8b769b2d9816dffb33a64f2c6f7bd5dd6e
src/test/java/com/hxh/spring/test/AcfunTest.java
@@ -19,9 +19,9 @@
import javax.annotation.Resource;
//@RunWith(SpringJUnit4ClassRunner.class) //使用junit4进行测试
//@ContextConfiguration(locations = {"classpath:spring.xml"})
//@WebAppConfiguration
@RunWith(SpringJUnit4ClassRunner.class) //使用junit4进行测试
@ContextConfiguration(locations = {"classpath:spring.xml"})
@WebAppConfiguration
public class AcfunTest {
    @Resource
@@ -29,7 +29,6 @@
    @org.junit.Test
    public void test1() {
        juHeVideoUpdateJob.updateAcFun();
    }
    @org.junit.Test