We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c1f51 commit 96a0925Copy full SHA for 96a0925
marklogic-client-api/src/test/java/com/marklogic/client/test/example/cookbook/BulkExportWithDataServiceTest.java
@@ -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