1
0
mirror of https://github.com/sismics/docs.git synced 2025-12-17 11:41:41 +00:00

#65: Init vocabulary resource

This commit is contained in:
jendib
2016-02-14 01:58:32 +01:00
parent 34d1422868
commit 7f2f480b25
15 changed files with 384 additions and 456 deletions

View File

@@ -0,0 +1,19 @@
package com.sismics.docs.rest;
import org.junit.Test;
/**
* Exhaustive test of the vocabulary resource.
*
* @author bgamard
*/
public class TestVocabularyResource extends BaseJerseyTest {
/**
* Test the vocabulary resource.
*
* @throws Exception
*/
@Test
public void testVocabularyResource() throws Exception {
}
}