Constructor and Description |
---|
AbstractNQuadsParserUnitTest() |
Modifier and Type | Method and Description |
---|---|
protected abstract RDFParser |
createRDFParser() |
void |
setUp() |
void |
tearDown() |
void |
testEndOfStreamReached()
Tests the correct support for EOS exception.
|
void |
testIncompleteParsingWithoutPeriod()
Tests the correct behavior with incomplete input.
|
void |
testLiteralEscapeManagement1()
Tests the correct support for literal escaping.
|
void |
testLiteralEscapeManagement2()
Tests the correct support for literal escaping.
|
void |
testNonWhitespaceAfterPeriodNoContext()
Tests the behaviour with non-whitespace characters after a period
character without a context.
|
void |
testNonWhitespaceAfterPeriodWithContext()
Tests the behaviour with non-whitespace characters after a period
character without a context.
|
void |
testNQuadsFile() |
void |
testNTriplesFile()
The N-Quads parser must be able to parse the N-Triples test file without
error.
|
void |
testParseBasic()
Tests basic N-Quads parsing.
|
void |
testParseBasicBNode()
Tests basic N-Quads parsing with blank node.
|
void |
testParseBasicLiteral()
Tests basic N-Quads parsing with literal.
|
void |
testParseBasicLiteralDatatype()
Tests N-Quads parsing with literal and datatype.
|
void |
testParseBasicLiteralDatatypePrefix()
Tests N-Quads parsing with literal and datatype using a prefix, which is
illegal in NQuads, but legal in N3/Turtle that may otherwise look like
NQuads
|
void |
testParseBasicLiteralLang()
Tests N-Quads parsing with literal and language.
|
void |
testParseEmptyLinesAndComments()
Tests parsing of empty lines and comments.
|
void |
testParseNoContext()
Tests the correct behaviour with no context.
|
void |
testParserWithAllCases()
Tests the parser with all cases defined by the NQuads grammar.
|
void |
testParserWithRealData()
Tests parser with real data.
|
void |
testStatementWithInvalidDatatypeAndIgnoreValidation() |
void |
testStatementWithInvalidDatatypeAndVerifyValidation() |
void |
testStatementWithInvalidLiteralContentAndIgnoreValidation() |
void |
testStatementWithInvalidLiteralContentAndStrictValidation() |
void |
testStopAtFirstErrorStrictParsing() |
void |
testStopAtFirstErrorTolerantParsing() |
void |
testSupportedSettings() |
void |
testUnicodeLiteralDecoding() |
void |
testURIDecodingManagement()
Tests the correct decoding of UTF-8 encoded chars in URIs.
|
void |
testWrongUnicodeEncodedCharFail() |
public void testNTriplesFile() throws Exception
Exception
public void testIncompleteParsingWithoutPeriod() throws RDFHandlerException, IOException, RDFParseException
public void testNonWhitespaceAfterPeriodNoContext() throws RDFHandlerException, IOException, RDFParseException
public void testNonWhitespaceAfterPeriodWithContext() throws RDFHandlerException, IOException, RDFParseException
public void testParseNoContext() throws RDFHandlerException, IOException, RDFParseException
public void testParseEmptyLinesAndComments() throws RDFHandlerException, IOException, RDFParseException
public void testParseBasic() throws RDFHandlerException, IOException, RDFParseException
public void testParseBasicBNode() throws RDFHandlerException, IOException, RDFParseException
public void testParseBasicLiteral() throws RDFHandlerException, IOException, RDFParseException
public void testParseBasicLiteralLang() throws RDFHandlerException, IOException, RDFParseException
public void testParseBasicLiteralDatatype() throws RDFHandlerException, IOException, RDFParseException
public void testParseBasicLiteralDatatypePrefix() throws RDFHandlerException, IOException
RDFHandlerException
IOException
public void testLiteralEscapeManagement1() throws RDFHandlerException, IOException, RDFParseException
public void testLiteralEscapeManagement2() throws RDFHandlerException, IOException, RDFParseException
public void testURIDecodingManagement() throws RDFHandlerException, IOException, RDFParseException
public void testUnicodeLiteralDecoding() throws RDFHandlerException, IOException, RDFParseException
public void testWrongUnicodeEncodedCharFail() throws RDFHandlerException, IOException, RDFParseException
public void testEndOfStreamReached() throws RDFHandlerException, IOException, RDFParseException
public void testParserWithAllCases() throws IOException, RDFParseException, RDFHandlerException
public void testParserWithRealData() throws IOException, RDFParseException, RDFHandlerException
public void testStatementWithInvalidLiteralContentAndIgnoreValidation() throws RDFHandlerException, IOException, RDFParseException
public void testStatementWithInvalidLiteralContentAndStrictValidation() throws RDFHandlerException, IOException, RDFParseException
public void testStatementWithInvalidDatatypeAndIgnoreValidation() throws RDFHandlerException, IOException, RDFParseException
public void testStatementWithInvalidDatatypeAndVerifyValidation() throws RDFHandlerException, IOException, RDFParseException
public void testStopAtFirstErrorStrictParsing() throws RDFHandlerException, IOException, RDFParseException
public void testStopAtFirstErrorTolerantParsing() throws RDFHandlerException, IOException, RDFParseException
protected abstract RDFParser createRDFParser()
Copyright © 2001-2016 Aduna. All Rights Reserved.