junit的demo

    xiaoxiao2021-12-14  20

    package test; import com.channelsoft.cms.common.po.DataSyncLogPo; import com.channelsoft.cms.log.service.IDataSyncLogService; import junit.framework.TestCase; public class test extends TestCase { // public static void main(String[] args){ // // } public void testOne(){ IDataSyncLogService sph = (IDataSyncLogService)BeanFactory.getBean("dataSyncLogService"); DataSyncLogPo po = new DataSyncLogPo(); po.setCorrelatId("123321"); // sph.insert(po); } }
    转载请注明原文地址: https://ju.6miu.com/read-965027.html

    最新回复(0)