Package org.apache.any23.extractor.html
Class HReviewExtractorTest
- java.lang.Object
-
- org.apache.any23.AbstractAny23TestBase
-
- org.apache.any23.extractor.html.AbstractExtractorTestCase
-
- org.apache.any23.extractor.html.HReviewExtractorTest
-
public class HReviewExtractorTest extends AbstractExtractorTestCase
Reference Test class for theHReviewExtractorextractor.- Author:
- Davide Palmisano (dpalmisano@gmail.com)
-
-
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 HReviewExtractorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ExtractorFactory<?>getExtractorFactory()voidtest01Basic()voidtest02RatedTags()voidtest03NoHcardForItem()voidtest04NoHcardForItem()voidtestCaseSensitiveness()This test is the same defined intest04NoHcardForItem()but assess the behavior in presence of a Microformat name with a different letter capitalization.voidtestNoMicroformats()-
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.
-
testCaseSensitiveness
public void testCaseSensitiveness() throws ExceptionThis test is the same defined intest04NoHcardForItem()but assess the behavior in presence of a Microformat name with a different letter capitalization.- Throws:
Exception- if there is an error asserting the test data.
-
-