Package org.apache.any23.extractor.html
Class RDFMergerTest
- java.lang.Object
-
- org.apache.any23.AbstractAny23TestBase
-
- org.apache.any23.extractor.html.AbstractExtractorTestCase
-
- org.apache.any23.extractor.html.RDFMergerTest
-
public class RDFMergerTest extends AbstractExtractorTestCase
Reference Test class for various mixed extractors.- Author:
- Davide Palmisano (dpalmisano@gmail.com)
- See Also:
GeoExtractor,AdrExtractor,HCardExtractor,HReviewExtractor
-
-
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 RDFMergerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidextract(String filename)Applies the extractor provided by theAbstractExtractorTestCase.getExtractorFactory()to the specified resource.protected ExtractorFactory<?>getExtractorFactory()voidtest01Basic()voidtest01XFNFoaf()voidtest02RatedTags()voidtest03NoHcardForItem()voidtestAbbrTitleEverything()voidtestAdr()voidtestAncestors()voidtestGeoAbbr()voidtestNoMicroformats()voidtestSingleton()-
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, 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.
-
testNoMicroformats
public void testNoMicroformats() throws Exception, ExtractionException, IOException- Throws:
ExceptionExtractionExceptionIOException
-
testAbbrTitleEverything
public void testAbbrTitleEverything() throws ExtractionException, IOException, org.eclipse.rdf4j.repository.RepositoryException- Throws:
ExtractionExceptionIOExceptionorg.eclipse.rdf4j.repository.RepositoryException
-
testGeoAbbr
public void testGeoAbbr() throws ExtractionException, IOException, org.eclipse.rdf4j.repository.RepositoryException- Throws:
ExtractionExceptionIOExceptionorg.eclipse.rdf4j.repository.RepositoryException
-
testAncestors
public void testAncestors() throws ExtractionException, IOException, org.eclipse.rdf4j.repository.RepositoryException- Throws:
ExtractionExceptionIOExceptionorg.eclipse.rdf4j.repository.RepositoryException
-
extract
protected void extract(String filename) throws ExtractionException, IOException
Description copied from class:AbstractExtractorTestCaseApplies the extractor provided by theAbstractExtractorTestCase.getExtractorFactory()to the specified resource.- Overrides:
extractin classAbstractExtractorTestCase- Parameters:
filename- resource name.- Throws:
ExtractionException- if there is an exception during extractionIOException- if there is an error processing the input data
-
-