This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa31adc
commit 8101b2d
Showing
4 changed files
with
36 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 10 additions & 4 deletions
14
.../minio/docclient/src/main/java/org/incode/module/minio/docclient/archive/StringValue.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...ient/src/test/java/org/incode/module/minio/docclient/archive/ArchiveArgs_asJson_Test.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
package org.incode.module.minio.docclient.archive; | ||
|
||
import org.junit.Assert; | ||
import org.junit.Test; | ||
|
||
import static org.hamcrest.CoreMatchers.*; | ||
import static org.hamcrest.CoreMatchers.nullValue; | ||
|
||
public class ArchiveArgs_asJson_Test { | ||
|
||
@Test | ||
public void xxx() throws Exception { | ||
final ArchiveArgs archiveArgs = new ArchiveArgs(); | ||
archiveArgs.setDocBookmark(new StringValue("incode.Document:123")); | ||
archiveArgs.setExternalUrl(new StringValue("http://yadayada")); | ||
|
||
final String s = archiveArgs.asJson(); | ||
|
||
Assert.assertThat(s, is(not(nullValue()))); | ||
} | ||
|
||
} |
Binary file modified
BIN
+282 Bytes
(100%)
modules/lib/minio/src/main/asciidoc/resources/design-sketch.pptx
Binary file not shown.