91011121314151617
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(); } }
22072208220922102211221222132214221522162217
} ExportService service = new ExportService(file, cinfo.getId(), cinfo.getDb(), containerKey); try { service.export(); } catch (IOException e) { throw new RuntimeException(e.getMessage()); } }