org.apache.any23.extractor.html
Class HReviewExtractorTest

java.lang.Object
  extended by org.apache.any23.extractor.html.AbstractExtractorTestCase
      extended by org.apache.any23.extractor.html.HReviewExtractorTest

public class HReviewExtractorTest
extends AbstractExtractorTestCase

Reference Test class for the HReviewExtractor extractor.

Author:
Davide Palmisano (dpalmisano@gmail.com)

Field Summary
 
Fields inherited from class org.apache.any23.extractor.html.AbstractExtractorTestCase
baseURI
 
Constructor Summary
HReviewExtractorTest()
           
 
Method Summary
protected  org.apache.any23.extractor.ExtractorFactory<?> getExtractorFactory()
           
 void test01Basic()
           
 void test02RatedTags()
           
 void test03NoHcardForItem()
           
 void test04NoHcardForItem()
           
 void testCaseSensitiveness()
          This test is the same defined in test04NoHcardForItem() but assess the behavior in presence of a Microformat name with a different letter capitalization.
 void testNoMicroformats()
           
 
Methods inherited from class org.apache.any23.extractor.html.AbstractExtractorTestCase
assertContains, assertContains, assertContains, assertContains, assertContains, assertContains, assertContainsModel, assertContainsModel, assertError, assertExtracts, assertModelEmpty, assertModelNotEmpty, assertNotContains, assertNotContains, assertNotContains, assertNotContains, assertNotFound, assertStatementsSize, assertStatementsSize, assertStatementsSize, dumpAsListOfStatements, dumpHumanReadableTriples, dumpModelToNQuads, dumpModelToRDFXML, dumpModelToTurtle, extract, findExactlyOneBlankSubject, findExactlyOneObject, findObject, findObjectAsLiteral, findObjectAsResource, findObjects, findSubjects, getConnection, getErrors, getReport, getStatements, getStatementsSize, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HReviewExtractorTest

public HReviewExtractorTest()
Method Detail

getExtractorFactory

protected org.apache.any23.extractor.ExtractorFactory<?> getExtractorFactory()
Specified by:
getExtractorFactory in class AbstractExtractorTestCase
Returns:
the factory of the extractor to be tested.

testNoMicroformats

public void testNoMicroformats()
                        throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException

test01Basic

public void test01Basic()
                 throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException

test02RatedTags

public void test02RatedTags()
                     throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException

test03NoHcardForItem

public void test03NoHcardForItem()
                          throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException

test04NoHcardForItem

public void test04NoHcardForItem()
                          throws org.openrdf.repository.RepositoryException
Throws:
org.openrdf.repository.RepositoryException

testCaseSensitiveness

public void testCaseSensitiveness()
                           throws org.openrdf.repository.RepositoryException
This test is the same defined in test04NoHcardForItem() but assess the behavior in presence of a Microformat name with a different letter capitalization.

Throws:
org.openrdf.repository.RepositoryException


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.