Package org.apache.any23.writer
Class JSONWriterTest
- java.lang.Object
-
- org.apache.any23.writer.JSONWriterTest
-
public class JSONWriterTest extends Object
Test case forJSONLDWriterand deprecated JSONWriter classes.- Author:
- Michele Mostarda (mostarda@fbk.eu), Julio Caguano
-
-
Constructor Summary
Constructors Constructor Description JSONWriterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidtestJSONLDWriting()voidtestJSONWriting()Deprecated.
-
-
-
Method Detail
-
testJSONWriting
@Deprecated public void testJSONWriting() throws TripleHandlerException, IOException
Deprecated.- Throws:
TripleHandlerExceptionIOException
-
testJSONLDWriting
public void testJSONLDWriting() throws TripleHandlerException- Throws:
TripleHandlerException
-
-