admin
2021-09-24 f788607ff771a47bc60d6a86e00b3433c40f3d2c
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