Class XCalExtractorTest
- java.lang.Object
 - 
- org.apache.any23.AbstractAny23TestBase
 - 
- org.apache.any23.extractor.html.AbstractExtractorTestCase
 - 
- org.apache.any23.extractor.calendar.XCalExtractorTest
 
 
 
 
- 
public class XCalExtractorTest extends AbstractExtractorTestCase
 
- 
- 
Field Summary
- 
Fields inherited from class org.apache.any23.extractor.html.AbstractExtractorTestCase
baseIRI, conn 
- 
Fields inherited from class org.apache.any23.AbstractAny23TestBase
tempDirectory, testFolder 
 - 
 
- 
Constructor Summary
Constructors Constructor Description XCalExtractorTest() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidextractAndVerifyAgainstNQuads(String actual, String expected)protected ExtractorFactory<?>getExtractorFactory()voidtestRFC6321example1()voidtestRFC6321example2()- 
Methods inherited from class org.apache.any23.extractor.html.AbstractExtractorTestCase
assertContains, assertContains, assertContains, assertContains, assertContains, assertContains, assertContainsModel, assertContainsModel, assertExtract, assertExtract, assertIssue, assertModelEmpty, assertModelNotEmpty, assertNoIssues, assertNotContains, assertNotContains, assertNotContains, assertNotContains, assertNotFound, assertStatementsSize, assertStatementsSize, assertStatementsSize, dumpAsListOfStatements, dumpHumanReadableTriples, dumpModelToNQuads, dumpModelToRDFXML, dumpModelToTurtle, extract, findExactlyOneBlankSubject, findExactlyOneObject, findObject, findObjectAsLiteral, findObjectAsResource, findObjects, findSubjects, getConnection, getIssues, getIssues, getReport, getStatements, getStatementsSize, setUp, tearDown 
- 
Methods inherited from class org.apache.any23.AbstractAny23TestBase
copyResourceToTempFile, getDocumentSourceFromResource, getDocumentSourceFromResource 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getExtractorFactory
protected ExtractorFactory<?> getExtractorFactory()
- Specified by:
 getExtractorFactoryin classAbstractExtractorTestCase- Returns:
 - the factory of the extractor to be tested.
 
 
- 
testRFC6321example1
public void testRFC6321example1() throws IOException- Throws:
 IOException
 
- 
testRFC6321example2
public void testRFC6321example2() throws IOException- Throws:
 IOException
 
- 
extractAndVerifyAgainstNQuads
protected void extractAndVerifyAgainstNQuads(String actual, String expected) throws org.eclipse.rdf4j.repository.RepositoryException, org.eclipse.rdf4j.rio.RDFHandlerException, IOException, org.eclipse.rdf4j.rio.RDFParseException
- Throws:
 org.eclipse.rdf4j.repository.RepositoryExceptionorg.eclipse.rdf4j.rio.RDFHandlerExceptionIOExceptionorg.eclipse.rdf4j.rio.RDFParseException
 
 - 
 
 -