package com.hxh.spring.test; import com.newvideo.job.AdJob; import com.newvideo.util.BeanUtil; public class Test { @org.junit.Test public void test() { AdJob adJob = BeanUtil.getBean(AdJob.class); adJob.checkHuaWeiOnLine(); } }