admin
2024-09-05 8631bb49abe5dfed233bc579a228c578232f8079
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