Package com.cxy.redisclient

Source Code of com.cxy.redisclient.ExportTest

package com.cxy.redisclient;

import java.io.IOException;

import com.cxy.redisclient.domain.ContainerKey;
import com.cxy.redisclient.service.ExportService;

import junit.framework.TestCase;

public class ExportTest extends TestCase {

  public void testExport() throws IOException {
    ExportService service = new ExportService("C:\\Users\\xinyu\\Desktop\\export", 5, 7, new ContainerKey(""));
    service.export();
  }

}
TOP

Related Classes of com.cxy.redisclient.ExportTest

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.