Skip to content

Commit 96a0925

Browse files
committed
Adding BulkExportWithDataServiceTest.
1 parent 75c1f51 commit 96a0925

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.marklogic.client.test.example.cookbook;
2+
3+
import com.marklogic.client.example.cookbook.datamovement.BulkExportWithDataService;
4+
import org.junit.Test;
5+
6+
public class BulkExportWithDataServiceTest {
7+
@Test
8+
public void testMain() throws Exception {
9+
BulkExportWithDataService.main(new String[0]);
10+
}
11+
}

0 commit comments

Comments
 (0)