Package org.apache.any23.rdf
Class RDFUtilsTest
- java.lang.Object
-
- org.apache.any23.rdf.RDFUtilsTest
-
-
Constructor Summary
Constructors Constructor Description RDFUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestFixAbsoluteIRI()voidtestGetNQuadsFormat()Tests theNQuadsformat support.voidtestGetNQuadsParser()Tests theNQuadsparsing support.voidtestGetNQuadsWriter()Tests theNQuadswriting support.voidtestGetRDFFormatByExtension()Tests the extension support.voidtestGetXSDDate()
-
-
-
Method Detail
-
testFixAbsoluteIRI
public void testFixAbsoluteIRI() throws UnsupportedEncodingException, URISyntaxException
-
testGetXSDDate
public void testGetXSDDate() throws DatatypeConfigurationException, ParseException
-
testGetRDFFormatByExtension
public void testGetRDFFormatByExtension()
Tests the extension support.
-
testGetNQuadsFormat
public void testGetNQuadsFormat()
Tests theNQuadsformat support.
-
testGetNQuadsParser
public void testGetNQuadsParser()
Tests theNQuadsparsing support.
-
testGetNQuadsWriter
public void testGetNQuadsWriter()
Tests theNQuadswriting support.
-
-