Package com.cxy.redisclient

Source Code of com.cxy.redisclient.ImportTest

package com.cxy.redisclient;

import java.io.IOException;

import com.cxy.redisclient.service.ImportService;

import junit.framework.TestCase;

public class ImportTest extends TestCase {

  public void testImportFile() throws IOException {
    ImportService service = new ImportService("C:\\Users\\xinyu\\Desktop\\export", 6, 12);
    service.importFile();
  }

}
TOP

Related Classes of com.cxy.redisclient.ImportTest

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.