A B C D E F G H I J L M N O P R S T V W X

A

AbstractExtractorTestCase - Class in org.apache.any23.extractor.html
Abstract class used to write Extractor specific test cases.
AbstractExtractorTestCase() - Constructor for class org.apache.any23.extractor.html.AbstractExtractorTestCase
Constructor.
AbstractRDFaExtractorTestCase - Class in org.apache.any23.extractor.rdfa
This class provides a common set of tests for an RDFa extractor.
AbstractRDFaExtractorTestCase() - Constructor for class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
 
AcceptHeaderBuilderTest - Class in org.apache.any23.http
Reference test for AcceptHeaderBuilder
AcceptHeaderBuilderTest() - Constructor for class org.apache.any23.http.AcceptHeaderBuilderTest
 
AdrExtractorTest - Class in org.apache.any23.extractor.html
Test case for AdrExtractor.
AdrExtractorTest() - Constructor for class org.apache.any23.extractor.html.AdrExtractorTest
 
after() - Method in class org.apache.any23.plugin.Any23PluginManagerTest
 
Any23OnlineTestBase - Class in org.apache.any23
Base class for any Any23 test class containing online tests (test which require online resources to run).
Any23OnlineTestBase() - Constructor for class org.apache.any23.Any23OnlineTestBase
 
Any23PluginManagerTest - Class in org.apache.any23.plugin
Test case for Any23PluginManager.
Any23PluginManagerTest() - Constructor for class org.apache.any23.plugin.Any23PluginManagerTest
 
Any23Test - Class in org.apache.any23
Test case for Any23 facade.
Any23Test() - Constructor for class org.apache.any23.Any23Test
 
assertContains(URI, Resource) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (_ p o).
assertContains(URI, String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (_ p o).
assertContains(Resource, URI, Value) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (s p o).
assertContains(Statement) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Checks that a statement is contained in the extracted model.
assertContains(Resource, URI, String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Assert that the model contains the statement (s p l) where l is a literal.
assertContains(Resource, URI, String, String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Assert that the model contains the statement (s p l) where l is a language literal.
assertContainsModel(Statement[]) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Verifies that the current model contains all the given statements.
assertContainsModel(String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Verifies that the current model contains all the statements declared in the specified modelFile.
assertError(ErrorReporter.ErrorLevel, String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that an error has been produced by the processed Extractor.
assertExtracts(String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Performs data extraction over the content of a resource and assert that the extraction was correct.
assertModelEmpty() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the model is expected to contains no statements.
assertModelNotEmpty() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the model contains at least a statement.
assertNotContains(URI, Resource) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (_ p o).
assertNotContains(Resource, URI, String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (s p o).
assertNotContains(Resource, URI, Resource) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the extracted triples contain the pattern (s p o).
assertNotContains(Resource, URI, Literal) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the model doesn't contain the pattern (s p o)
assertNotFound(Resource, URI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the given pattern (s p _) is not present.
assertStatementsSize(Resource, URI, Value, int) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the given pattern (s p o) satisfies the expected number of statements.
assertStatementsSize(URI, Value, int) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the given pattern (_ p o) satisfies the expected number of statements.
assertStatementsSize(URI, String, int) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Asserts that the given pattern (_ p o) satisfies the expected number of statements.
assumeOnlineAllowed() - Static method in class org.apache.any23.Any23OnlineTestBase
Check whether or not running online tests.

B

baseURI - Static variable in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Base test document.
before() - Method in class org.apache.any23.plugin.Any23PluginManagerTest
 

C

close() - Method in class org.apache.any23.extractor.MockTripleHandler
 
closeContext(ExtractionContext) - Method in class org.apache.any23.extractor.MockTripleHandler
 
CSVExtractorTest - Class in org.apache.any23.extractor.csv
Reference test case for CSVExtractor.
CSVExtractorTest() - Constructor for class org.apache.any23.extractor.csv.CSVExtractorTest
 
CSVReaderBuilderTest - Class in org.apache.any23.extractor.csv
Test case for CSVReaderBuilder.
CSVReaderBuilderTest() - Constructor for class org.apache.any23.extractor.csv.CSVReaderBuilderTest
 

D

DefaultConfigurationTest - Class in org.apache.any23.configuration
Test case for Configuration class.
DefaultConfigurationTest() - Constructor for class org.apache.any23.configuration.DefaultConfigurationTest
 
DefaultValidatorTest - Class in org.apache.any23.validator
Test case for DefaultValidator.
DefaultValidatorTest() - Constructor for class org.apache.any23.validator.DefaultValidatorTest
 
DiscoveryUtilsTest - Class in org.apache.any23.util
Test case for DiscoveryUtils.
DiscoveryUtilsTest() - Constructor for class org.apache.any23.util.DiscoveryUtilsTest
 
DomUtilsTest - Class in org.apache.any23.extractor.html
Reference test class for the DomUtils class.
DomUtilsTest() - Constructor for class org.apache.any23.extractor.html.DomUtilsTest
 
dumpAsListOfStatements() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Dumps the list of statements contained in the extracted model.
dumpHumanReadableTriples() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
 
dumpModelToNQuads() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Dumps the extracted model in NQuads format.
dumpModelToRDFXML() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Dumps the extracted model in RDFXML format.
dumpModelToTurtle() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Dumps the extracted model in Turtle format.

E

EncodingTest - Class in org.apache.any23.extractor.html
Test class to ensure behaviors of HTMLDocument parser with encoding corner cases.
EncodingTest() - Constructor for class org.apache.any23.extractor.html.EncodingTest
 
endDocument(URI) - Method in class org.apache.any23.extractor.MockTripleHandler
 
endRDF() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
ExampleExtractor - Class in org.apache.any23.extractor.example
Example concrete implementation of Extractor.BlindExtractor.
ExampleExtractor() - Constructor for class org.apache.any23.extractor.example.ExampleExtractor
 
expectClose() - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectCloseContext(String, URI, String) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectEndDocument(URI) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectNamespace(String, String, String, URI, String) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectOpenContext(String, URI, String) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectSetContentLength(long) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectStartDocument(URI) - Method in class org.apache.any23.extractor.MockTripleHandler
 
expectTriple(Resource, URI, Value, URI, String, URI, String) - Method in class org.apache.any23.extractor.MockTripleHandler
 
extract(String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Applies the extractor provided by the AbstractExtractorTestCase.getExtractorFactory() to the specified resource.
extract(String) - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
ExtractionAPITest - Class in org.apache.any23.extractor
Tests the extraction scenario.
ExtractionAPITest() - Constructor for class org.apache.any23.extractor.ExtractionAPITest
 
ExtractionContextBlockerTest - Class in org.apache.any23.filter
Test case for ExtractionContextBlocker.
ExtractionContextBlockerTest() - Constructor for class org.apache.any23.filter.ExtractionContextBlockerTest
 
ExtractionExceptionTest - Class in org.apache.any23.extractor.rdfa
Test case for ExtractionException.
ExtractionExceptionTest() - Constructor for class org.apache.any23.extractor.rdfa.ExtractionExceptionTest
 
ExtractionParametersTest - Class in org.apache.any23.extractor
Test case for ExtractionParameters.
ExtractionParametersTest() - Constructor for class org.apache.any23.extractor.ExtractionParametersTest
 
ExtractionResultImplTest - Class in org.apache.any23.extractor
Test case for ExtractionResultImpl class.
ExtractionResultImplTest() - Constructor for class org.apache.any23.extractor.ExtractionResultImplTest
 
ExtractorDocumentationTest - Class in org.apache.any23.cli
Test case for ExtractorDocumentation CLI.
ExtractorDocumentationTest() - Constructor for class org.apache.any23.cli.ExtractorDocumentationTest
 

F

factory - Static variable in class org.apache.any23.extractor.example.ExampleExtractor
 
findExactlyOneBlankSubject(URI, Value) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns the blank subject matching the pattern (_:b p o), it is expected to exists and be just one.
findExactlyOneObject(Resource, URI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns the object matching the pattern (s p o), it is expected to exists and be just one.
findObject(Resource, URI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Finds the object matching the pattern (s p _), asserts to find exactly one result.
findObjectAsLiteral(Resource, URI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Finds the literal object matching the pattern (s p _), asserts to find exactly one result.
findObjectAsResource(Resource, URI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Finds the resource object matching the pattern (s p _), asserts to find exactly one result.
findObjects(Resource, URI) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns all the objects matching the pattern (s p _).
findSubjects(URI, Value) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns all the subjects matching the pattern (s? p o).

G

getConnection() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
 
getDescription() - Method in class org.apache.any23.extractor.example.ExampleExtractor
 
getDOM() - Method in class org.apache.any23.extractor.html.HTMLFixture
 
getErrors(String) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns the list of errors raised by a given extractor.
getExtractorFactory() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.AdrExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HeadLinkExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HRecipeExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HResumeExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.HTMLMetaExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.SpeciesExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.TurtleHTMLExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
getExtractorFactory() - Method in class org.apache.any23.extractor.rdfa.RDFaExtractorTest
 
getHTMLDocument() - Method in class org.apache.any23.extractor.html.HTMLFixture
 
getOpener(String) - Method in class org.apache.any23.extractor.html.HTMLFixture
 
getReport() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
 
getStatements(Resource, URI, Value) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Returns all statements matching the pattern (s p o).
getStatements() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
getStatementsSize(Resource, URI, Value) - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Counts all statements matching the pattern (s p o).

H

handleComment(String) - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
handleNamespace(String, String) - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
handleStatement(Statement) - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
HCalendarExtractorTest - Class in org.apache.any23.extractor.html
Test case for HCalendarExtractorclass.
HCalendarExtractorTest() - Constructor for class org.apache.any23.extractor.html.HCalendarExtractorTest
 
HCardExtractorTest - Class in org.apache.any23.extractor.html
HCardExtractor test case.
HCardExtractorTest() - Constructor for class org.apache.any23.extractor.html.HCardExtractorTest
 
HeadLinkExtractorTest - Class in org.apache.any23.extractor.html
Test case for HeadLinkExtractor
HeadLinkExtractorTest() - Constructor for class org.apache.any23.extractor.html.HeadLinkExtractorTest
 
HListingExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the HListingExtractor extractor.
HListingExtractorTest() - Constructor for class org.apache.any23.extractor.html.HListingExtractorTest
 
HRecipeExtractorTest - Class in org.apache.any23.extractor.html
Test case for HRecipeExtractor.
HRecipeExtractorTest() - Constructor for class org.apache.any23.extractor.html.HRecipeExtractorTest
 
HResumeExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the HResumeExtractor extractor.
HResumeExtractorTest() - Constructor for class org.apache.any23.extractor.html.HResumeExtractorTest
 
HReviewExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the HReviewExtractor extractor.
HReviewExtractorTest() - Constructor for class org.apache.any23.extractor.html.HReviewExtractorTest
 
HTMLDocumentTest - Class in org.apache.any23.extractor.html
Test case for HTMLDocument.
HTMLDocumentTest() - Constructor for class org.apache.any23.extractor.html.HTMLDocumentTest
 
HTMLFixture - Class in org.apache.any23.extractor.html
This class is a wrapper around an HTML document providing a simply facade.
HTMLFixture(String) - Constructor for class org.apache.any23.extractor.html.HTMLFixture
 
HTMLMetaExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the HTMLMetaExtractor extractor.
HTMLMetaExtractorTest() - Constructor for class org.apache.any23.extractor.html.HTMLMetaExtractorTest
 

I

IgnoreAccidentalRDFaTest - Class in org.apache.any23.filter
Test case for IgnoreAccidentalRDFa.
IgnoreAccidentalRDFaTest() - Constructor for class org.apache.any23.filter.IgnoreAccidentalRDFaTest
 

J

JSONWriterTest - Class in org.apache.any23.writer
Test case for JSONWriter class.
JSONWriterTest() - Constructor for class org.apache.any23.writer.JSONWriterTest
 

L

LicenseExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the LicenseExtractor extractor.
LicenseExtractorTest() - Constructor for class org.apache.any23.extractor.html.LicenseExtractorTest
 

M

MicrodataExtractorTest - Class in org.apache.any23.extractor.microdata
Reference test class for MicrodataExtractor.
MicrodataExtractorTest() - Constructor for class org.apache.any23.extractor.microdata.MicrodataExtractorTest
 
MicrodataExtractorTest.TestRDFHandler - Class in org.apache.any23.extractor.microdata
 
MicrodataExtractorTest.TestRDFHandler() - Constructor for class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
MicrodataParserTest - Class in org.apache.any23.cli
Test case for MicrodataParser CLI.
MicrodataParserTest() - Constructor for class org.apache.any23.cli.MicrodataParserTest
 
MicrodataParserTest - Class in org.apache.any23.extractor.microdata
Test case for MicrodataParser.
MicrodataParserTest() - Constructor for class org.apache.any23.extractor.microdata.MicrodataParserTest
 
MimeDetectorTest - Class in org.apache.any23.cli
Test case for MimeDetector CLI.
MimeDetectorTest() - Constructor for class org.apache.any23.cli.MimeDetectorTest
 
MockTripleHandler - Class in org.apache.any23.extractor
Just a mockup implementing a TripleHandler.
MockTripleHandler() - Constructor for class org.apache.any23.extractor.MockTripleHandler
 

N

NQuadsParserTest - Class in org.apache.any23.io.nquads
Test case for NQuadsParser.
NQuadsParserTest() - Constructor for class org.apache.any23.io.nquads.NQuadsParserTest
 
NQuadsWriterTest - Class in org.apache.any23.io.nquads
Test case for NQuadsWriter.
NQuadsWriterTest() - Constructor for class org.apache.any23.io.nquads.NQuadsWriterTest
 

O

ONLINE_TEST_DISABLED_FLAG - Static variable in class org.apache.any23.Any23OnlineTestBase
 
openContext(ExtractionContext) - Method in class org.apache.any23.extractor.MockTripleHandler
 
org.apache.any23 - package org.apache.any23
 
org.apache.any23.cli - package org.apache.any23.cli
 
org.apache.any23.configuration - package org.apache.any23.configuration
 
org.apache.any23.encoding - package org.apache.any23.encoding
 
org.apache.any23.extractor - package org.apache.any23.extractor
 
org.apache.any23.extractor.csv - package org.apache.any23.extractor.csv
 
org.apache.any23.extractor.example - package org.apache.any23.extractor.example
 
org.apache.any23.extractor.html - package org.apache.any23.extractor.html
 
org.apache.any23.extractor.microdata - package org.apache.any23.extractor.microdata
 
org.apache.any23.extractor.rdf - package org.apache.any23.extractor.rdf
 
org.apache.any23.extractor.rdfa - package org.apache.any23.extractor.rdfa
 
org.apache.any23.extractor.xpath - package org.apache.any23.extractor.xpath
 
org.apache.any23.filter - package org.apache.any23.filter
 
org.apache.any23.http - package org.apache.any23.http
 
org.apache.any23.io.nquads - package org.apache.any23.io.nquads
 
org.apache.any23.mime - package org.apache.any23.mime
 
org.apache.any23.mime.purifier - package org.apache.any23.mime.purifier
 
org.apache.any23.plugin - package org.apache.any23.plugin
 
org.apache.any23.rdf - package org.apache.any23.rdf
 
org.apache.any23.util - package org.apache.any23.util
 
org.apache.any23.validator - package org.apache.any23.validator
 
org.apache.any23.vocab - package org.apache.any23.vocab
 
org.apache.any23.writer - package org.apache.any23.writer
 

P

PluginVerifierTest - Class in org.apache.any23.cli
Test case for PluginVerifier CLI.
PluginVerifierTest() - Constructor for class org.apache.any23.cli.PluginVerifierTest
 
PrefixesTest - Class in org.apache.any23.rdf
Reference Test class for Prefixes
PrefixesTest() - Constructor for class org.apache.any23.rdf.PrefixesTest
 

R

RDFa11ExtractorTest - Class in org.apache.any23.extractor.rdfa
Reference test class for RDFa11Extractor class.
RDFa11ExtractorTest() - Constructor for class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
 
RDFa11ParserTest - Class in org.apache.any23.extractor.rdfa
 
RDFa11ParserTest() - Constructor for class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
RDFaExtractorTest - Class in org.apache.any23.extractor.rdfa
Reference Test Class for RDFaExtractor.
RDFaExtractorTest() - Constructor for class org.apache.any23.extractor.rdfa.RDFaExtractorTest
 
RDFMergerTest - Class in org.apache.any23.extractor.html
Reference Test class for various mixed extractors.
RDFMergerTest() - Constructor for class org.apache.any23.extractor.html.RDFMergerTest
 
RDFSchemaUtilsTest - Class in org.apache.any23.vocab
Test case for RDFSchemaUtils.
RDFSchemaUtilsTest() - Constructor for class org.apache.any23.vocab.RDFSchemaUtilsTest
 
RDFUtilsTest - Class in org.apache.any23.rdf
Reference test class for RDFUtils.
RDFUtilsTest() - Constructor for class org.apache.any23.rdf.RDFUtilsTest
 
receiveNamespace(String, String, ExtractionContext) - Method in class org.apache.any23.extractor.MockTripleHandler
 
receiveTriple(Resource, URI, Value, URI, ExtractionContext) - Method in class org.apache.any23.extractor.MockTripleHandler
 
RoverTest - Class in org.apache.any23.cli
Test case for Rover.
RoverTest() - Constructor for class org.apache.any23.cli.RoverTest
 
run(ExtractionParameters, ExtractionContext, URI, ExtractionResult) - Method in class org.apache.any23.extractor.example.ExampleExtractor
 
runTool(String...) - Method in class org.apache.any23.cli.ToolTestBase
Runs the underlying tool.
runTool(String) - Method in class org.apache.any23.cli.ToolTestBase
Runs the underlying tool.
runToolCheckExit0(String...) - Method in class org.apache.any23.cli.ToolTestBase
Runs the underlying tool and verify the exit code to 0.

S

SesameTest - Class in org.apache.any23
Tests how Sesame's ValueFactory behaves with null arguments.
SesameTest() - Constructor for class org.apache.any23.SesameTest
 
setContentLength(long) - Method in class org.apache.any23.extractor.MockTripleHandler
 
setUp() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
setUp() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
setUp() - Method in class org.apache.any23.extractor.ExtractionResultImplTest
 
setUp() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Test case initialization.
setUp() - Method in class org.apache.any23.extractor.rdf.TurtleExtractorTest
 
setUp() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
 
setUp() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
setUp() - Method in class org.apache.any23.filter.ExtractionContextBlockerTest
 
setUp() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
 
setUp() - Method in class org.apache.any23.io.nquads.NQuadsWriterTest
 
setUp() - Method in class org.apache.any23.mime.purifier.WhiteSpacesPurifierTest
 
setUp() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
setUp() - Method in class org.apache.any23.rdf.PrefixesTest
 
setUp() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
setUp() - Method in class org.apache.any23.validator.XMLValidationReportSerializerTest
 
setUp() - Method in class org.apache.any23.vocab.VocabularyTest
 
SingleDocumentExtractionTest - Class in org.apache.any23.extractor
Test case for SingleDocumentExtraction.
SingleDocumentExtractionTest() - Constructor for class org.apache.any23.extractor.SingleDocumentExtractionTest
 
SpanCloserInputStreamTest - Class in org.apache.any23.extractor.html
Test case for SpanCloserInputStream.
SpanCloserInputStreamTest() - Constructor for class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
SpeciesExtractorTest - Class in org.apache.any23.extractor.html
Reference test class for SpeciesExtractor.
SpeciesExtractorTest() - Constructor for class org.apache.any23.extractor.html.SpeciesExtractorTest
 
startDocument(URI) - Method in class org.apache.any23.extractor.MockTripleHandler
 
startRDF() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest.TestRDFHandler
 
StringUtilsTest - Class in org.apache.any23.util
Test case for StringUtils
StringUtilsTest() - Constructor for class org.apache.any23.util.StringUtilsTest
 

T

TagSoupParserTest - Class in org.apache.any23.extractor.html
Reference Test class for TagSoupParser parser.
TagSoupParserTest() - Constructor for class org.apache.any23.extractor.html.TagSoupParserTest
 
tearDown() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
tearDown() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
tearDown() - Method in class org.apache.any23.extractor.ExtractionResultImplTest
 
tearDown() - Method in class org.apache.any23.extractor.html.AbstractExtractorTestCase
Test case resources release.
tearDown() - Method in class org.apache.any23.extractor.html.TagSoupParserTest
 
tearDown() - Method in class org.apache.any23.extractor.rdf.TurtleExtractorTest
 
tearDown() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
 
tearDown() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
tearDown() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
 
tearDown() - Method in class org.apache.any23.io.nquads.NQuadsWriterTest
 
tearDown() - Method in class org.apache.any23.mime.purifier.WhiteSpacesPurifierTest
 
tearDown() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
tearDown() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
tearDown() - Method in class org.apache.any23.validator.XMLValidationReportSerializerTest
 
tearDown() - Method in class org.apache.any23.vocab.VocabularyTest
 
TemplateXPathExtractorRuleImplTest - Class in org.apache.any23.extractor.xpath
Test case for TemplateXPathExtractionRuleImpl.
TemplateXPathExtractorRuleImplTest() - Constructor for class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
tesList() - Method in class org.apache.any23.cli.ExtractorDocumentationTest
 
test01() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test01Basic() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
test01Basic() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
test01XFNFoaf() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
test02() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test02RatedTags() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
test02RatedTags() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
test03() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test03NoHcardForItem() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
test03NoHcardForItem() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
test04() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test04NoHcardForItem() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
test05() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test06() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test07() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test08() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test09() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test10() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test11() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test12() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test13() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test15() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test16() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test17() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
test18() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testAbbrTitleEverything() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testAbbrTitleEverything() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testAboutNotURIRule() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
testAbstractMethodErrorIssue186_1() - Method in class org.apache.any23.Any23Test
 
testAbstractMethodErrorIssue186_2() - Method in class org.apache.any23.Any23Test
 
testAcceptGenericTriple() - Method in class org.apache.any23.filter.IgnoreAccidentalRDFaTest
 
testAcceptURI() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testActionsOutside() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testAddHardOverwritesVolatileMapping() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddPrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddPrefixesAsVolatile() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddRemoveTemplates() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testAddRemoveVariables() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testAddTemplateWithNoDeclaredVarCheck() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testAddVariableSameNameCheck() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testAddVolatile() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddVolatileDoesNotOverwriteHardMapping() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddVolatileDoesNotOverwriteVolatileMapping() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAddVolatileNeverFails() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAdr() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testAdr() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testAdvancedItemrefManagement() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testAll() - Method in class org.apache.any23.cli.ExtractorDocumentationTest
 
testAncestors() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testAncestors() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testAnt() - Method in class org.apache.any23.extractor.html.HResumeExtractorTest
 
testArea() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testAreaFull() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testAsMapEmpty() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAsMapIsUnmodifiable() - Method in class org.apache.any23.rdf.PrefixesTest
 
testAtomByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testBasic() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testBasic() - Method in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
Verify the basic RDFa support.
testBasicFeatures() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testBirthDayDate() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testBirthDayDateTime() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testBirthDayDateTimeTimeZone() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testBlankNodesViaURL() - Method in class org.apache.any23.Any23Test
 
testBlockCSSTriple() - Method in class org.apache.any23.filter.IgnoreAccidentalRDFaTest
 
testCanAddAfterRemoving() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCanContractDeclaredNamespace() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCanExpandDeclaredPrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCanExpandOnlyAcceptsCURIEs() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCannotAbbreviateUndefined() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCannotAddPrefixTwice() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCannotExpandUndefined() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCanReAssignToSameURI() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCaseSensitiveness() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
This test is the same defined in HReviewExtractorTest.test04NoHcardForItem() but assess the behavior in presence of a Microformat name with a different letter capitalization.
testCategories() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testCheckForDeclaredPrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCloserTransparency() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testComplexDescription() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testCopyAccessor() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testCopyIsolation() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testCountOccurrences() - Method in class org.apache.any23.util.StringUtilsTest
 
testCreate1() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCreateBNodeWithNullArgumentWorks() - Method in class org.apache.any23.SesameTest
 
testCreateLiteralWithNullArgumentWorks() - Method in class org.apache.any23.SesameTest
 
testCreateSubset() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCreateSubsetWithUndefinedPrefixThrowsException() - Method in class org.apache.any23.rdf.PrefixesTest
 
testCreateURIWithNullArgumentThrowsNPE() - Method in class org.apache.any23.SesameTest
 
testCSVByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testCumulativeHNames() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
Tests that the HCardName data is not cumulative and is cleaned up at each extraction.
testDeferProperties() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
Test the main use case of MicrodataParser.deferProperties(String...)
testDeferPropertiesLoopDetection1() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
Tests the loop detection in MicrodataParser.deferProperties(String...).
testDeferPropertiesLoopDetection2() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
Tests the deep loop detection in MicrodataParser.deferProperties(String...).
testDeferPropertiesStateManagement() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
Tests that the loop detection works property even with multiple calls of MicrodataParser.deferProperties(String...) over the same item props.
testDefineProperty() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testDemoCodeSnippet1() - Method in class org.apache.any23.Any23Test
Tests out the first code snipped used in Developer Manual.
testDemoCodeSnippet2() - Method in class org.apache.any23.Any23Test
Tests out the second code snipped used in Developer Manual.
testDescription() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testDetectApplicationCSVByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectApplicationXMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectAtomByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectContentPlainByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectCSVByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectExtensionN3ByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectFile() - Method in class org.apache.any23.cli.MimeDetectorTest
 
testDetectHTMLByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectInline() - Method in class org.apache.any23.cli.MimeDetectorTest
 
testDetectPresenceOfXFN() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testDetectRDFaByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFN3ByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFN3ByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFNQuadsByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFNQuadsByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFXMLByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRDFXMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRSS1ByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectRSS2ByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextHTMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextN3ByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextNQuadsByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextPlainByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextRDFByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTextTurtleByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTriXByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectTriXByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectURL() - Method in class org.apache.any23.cli.MimeDetectorTest
 
testDetectWSDLByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectXHTMLByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectXHTMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectXMLByMeta() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDetectZIPByContent() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testDirectInstantiation() - Method in class org.apache.any23.extractor.ExtractionAPITest
 
testDrupalTestPage() - Method in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
This test checks if the RDF extraction is compliant to the RDFa in XHTML: Syntax and Processing specification against the Drupal test page.
testDtExpired() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testDtListed() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testDtListedAndExpired() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testEMailNotUri() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testEMailNotUriReal() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testEmpty() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testEmpty() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testEmptyDatatypeDeclarationWithInnerXMLTags() - Method in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
This test checks if the subject of a property modeled as RDFa in a XHTML document where the subject contains inner XML tags is represented as a plain Literal stripping all the inner tags.
testEmptyPrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testEmptyPrefixes() - Method in class org.apache.any23.rdf.PrefixesTest
 
testEmptySpanElements() - Method in class org.apache.any23.extractor.html.TagSoupParserTest
Test related to the issue 78 and disabled until the underlying NekoHTML bug has been fixed.
testEncodingHTML() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testEncodingHTML_ISO_8859_1() - Method in class org.apache.any23.extractor.html.EncodingTest
 
testEncodingHTML_UTF_8() - Method in class org.apache.any23.extractor.html.EncodingTest
 
testEncodingHTML_UTF_8_DeclarationAfterTitle() - Method in class org.apache.any23.extractor.html.EncodingTest
Known issue: NekoHTML does not auto-detect the encoding, but relies on the explicitly specified encoding (via XML declaration or HTTP-Equiv meta header).
testEncodingXHTML_ISO_8859_1() - Method in class org.apache.any23.extractor.html.EncodingTest
 
testEncodingXHTML_UTF_8() - Method in class org.apache.any23.extractor.html.EncodingTest
 
testEndOfStreamReached() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests the correct support for EOS exception.
testEscapeAsJSONString() - Method in class org.apache.any23.util.StringUtilsTest
 
testEscapeDoubleQuotes() - Method in class org.apache.any23.util.StringUtilsTest
 
testExample5221() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
First reference test for Microdata Extraction algorithm.
testExample5222() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
Second reference test for Microdata Extraction algorithm.
testExampleInput() - Method in class org.apache.any23.cli.ExtractorDocumentationTest
 
testExampleOutput() - Method in class org.apache.any23.cli.ExtractorDocumentationTest
 
testExampleSchemaOrg1() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
First reference test for http://schema.org/.
testExampleSchemaOrg2() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
Second reference test for http://schema.org/.
testExceptionPropagation() - Method in class org.apache.any23.Any23Test
 
testExpandOnlyAcceptsCURIEs() - Method in class org.apache.any23.rdf.PrefixesTest
 
testExplicitDatatypeDeclaration() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
This test checks the behavior of the RDFa extraction where the datatype of a property is explicitly set.
testExplicitEncoding() - Method in class org.apache.any23.Any23Test
This tests the behavior of Any23 to execute the extraction explicitly specifying the charset encoding of the input.
testExplicitEncodingBehavior() - Method in class org.apache.any23.extractor.html.TagSoupParserTest
 
testExtraction() - Method in class org.apache.any23.extractor.html.HRecipeExtractorTest
 
testExtraction() - Method in class org.apache.any23.extractor.html.TurtleHTMLExtractorTest
Tests the extraction of the RDF content from the sample HTML file.
testExtractionCommaSeparated() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
testExtractionParameters() - Method in class org.apache.any23.Any23Test
 
testExtractionParametersWithNestingDisabled() - Method in class org.apache.any23.Any23Test
 
testExtractionSemicolonSeparated() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
testExtractionTabSeparated() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
testExtractPageMeta() - Method in class org.apache.any23.extractor.html.HTMLMetaExtractorTest
 
testExtractPageTitle() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
 
testExtractPrefixSections() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testExtractRelTag() - Method in class org.apache.any23.extractor.html.HTMLDocumentTest
Verifies the correct extraction of the rel tag value.
testFindAllByClassName() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testFindAllByTag() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testFindAllByTagAndClassName() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testFixAbsoluteURI() - Method in class org.apache.any23.rdf.RDFUtilsTest
 
testfnOrg() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testForSomeReasonICantBeMyOwnSweetheart() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testFriendAndSweetheart() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testFullHCalendarClass() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testGeoAbbr() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testGeoAbbr() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testGetAsPlainLiteral() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testGetAsXMLLiteral() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testGetClasses() - Method in class org.apache.any23.vocab.VocabularyTest
 
testGetClassesFromClasspath() - Method in class org.apache.any23.plugin.Any23PluginManagerTest
 
testGetClassesInJAR() - Method in class org.apache.any23.util.DiscoveryUtilsTest
Test case for DiscoveryUtils.getClassesInPackage(String, Class) with detection in JAR file.
testGetClassesInPackage() - Method in class org.apache.any23.util.DiscoveryUtilsTest
Test case for DiscoveryUtils.getClassesInPackage(String, Class) with detection in classes dir.
testGetClassesInPackageFromDir() - Method in class org.apache.any23.plugin.Any23PluginManagerTest
 
testGetClassesInPackageFromJAR() - Method in class org.apache.any23.plugin.Any23PluginManagerTest
 
testGetComments() - Method in class org.apache.any23.vocab.VocabularyTest
 
testGetContentAsDate() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testGetDocumentBase() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testGetFlagProperty() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetIdentifiers() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetMimeTypes() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetPlugins() - Method in class org.apache.any23.plugin.Any23PluginManagerTest
 
testGetProperties() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetProperties() - Method in class org.apache.any23.vocab.VocabularyTest
 
testGetProperty() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetPropertyIntOrFailNok() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetPropertyIntOrFailOk() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetPropertyOrFailNok() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetPropertyOrFailOk() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetPropertySysOverride() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testGetTools() - Method in class org.apache.any23.plugin.Any23PluginManagerTest
 
testGetToolsInClasspath() - Method in class org.apache.any23.cli.ToolRunnerTest
 
testGetWriterByIdentifier() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetWriterInstanceByIdentifier() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetWriters() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetWritersByMimeType() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testGetXPathForNode() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testGetXSDDate() - Method in class org.apache.any23.rdf.RDFUtilsTest
 
testGZippedContent() - Method in class org.apache.any23.Any23Test
This test checks if a URL that is supposed to be GZIPPED is correctly opened and parsed with the Any23 facade.
testHasClassName() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testHasIdentifier() - Method in class org.apache.any23.writer.WriterRegistryTest
 
testHCalendarClassWithJournal() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testHCalendarClassWithTodo() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testHCalendarWithBudyInfo() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testHeader() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testHighestSpecificValueIsChosen() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testHighestSubtypeWildcardIsChosen() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testHighestTypeWildcardIsChosen() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testHonorificAdditionalMultiple() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testHonorificAdditionalSingle() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testHTMLBruteForceDetection() - Method in class org.apache.any23.Any23Test
 
testHTMLByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testHTMLRDFaBaseHanding() - Method in class org.apache.any23.extractor.rdfa.XSLTStylesheetTest
This test verifies the correct handling of base management for an HTML input.
testIgnoreChildren() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testIgnoreExtraSpacesInRel() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testIgnoreUnknowns() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testImageSrc() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testImgAlt() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testImgSrcDataUrl() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testImplicitEncoding() - Method in class org.apache.any23.Any23Test
This tests the behavior of Any23 to perform the extraction without passing it any charset encoding.
testImplicitEncodingBehavior() - Method in class org.apache.any23.extractor.html.TagSoupParserTest
This tests the Neko HTML parser without forcing it on using a specific encoding charset.
testImpliedNames() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testInclude() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testIncludePattern() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testIncompatiblePrefixesInMergeAreDetected() - Method in class org.apache.any23.rdf.PrefixesTest
 
testIncompleteParsing() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests the correct behavior with incomplete input.
testIncompleteTripleManagement() - Method in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
See RDFa 1.1 Specification section 6.2 .
testIsCURIEBNodeNegative() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testIsCURIEBNodePositive() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testIsCURIENegative() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testIsCURIEPositive() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testISO8859HTML() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testISO8859XHTML() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testIsRelativeNegative() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testIsRelativePositive1() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testIsRelativePositive2() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testIsVolatile() - Method in class org.apache.any23.rdf.PrefixesTest
 
testItemFn() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testItemFnUrl() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testItemPhotoHref() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testItemPhotoImg() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testKelkoo() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testKelkooFull() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testLinkedIn() - Method in class org.apache.any23.extractor.html.HResumeExtractorTest
 
testLinkedInComplete() - Method in class org.apache.any23.extractor.html.HResumeExtractorTest
 
testLinkExtraction() - Method in class org.apache.any23.extractor.html.HeadLinkExtractorTest
 
testLinkWithoutRel() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testListerEmail() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testListerEmailHref() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testListerFn() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testListerFnTel() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testListerURL() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testListingWithouthContent() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testLiteralEscapeManagement1() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests the correct support for literal escaping.
testLiteralEscapeManagement2() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests the correct support for literal escaping.
testMailto1() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testMailto2() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testMergeEmptyPrefixes() - Method in class org.apache.any23.rdf.PrefixesTest
 
testMergePrefixesWithConflictButSameNamespace() - Method in class org.apache.any23.rdf.PrefixesTest
 
testMergePrefixesWithConflictRaisesException() - Method in class org.apache.any23.rdf.PrefixesTest
 
testMergePrefixesWithoutConflict() - Method in class org.apache.any23.rdf.PrefixesTest
 
testMergeWithVolatile() - Method in class org.apache.any23.rdf.PrefixesTest
 
testMetaNameMisuse() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
testMicrodataGoogleRichSnippet() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
Reference test as provided by Google Rich Snippet for Microdata.
testMicrodataJSONSerialization() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testMicrodataSupport() - Method in class org.apache.any23.Any23Test
 
testMicroformatDomains() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
Tests the existence of the domain triples.
testMissingOGNamespace() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
testMixedCaseATag() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testMixedCaseTitleTag() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testMixedCaseTitleTag() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
 
testMixedReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testModifiableConfiguration_issue183() - Method in class org.apache.any23.Any23Test
 
testModifiableConfigurationFail() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testModifiableConfigurationSuccess() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testMultipleActions() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testMultipleActionsNested() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testMultipleclassNamesOnVCard() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testMultipleEmptyHref() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testMultipleFriends() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testMultipleIndependentHeaders() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testMultipleLicenses() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testMultipleUrls() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testN3Detection() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testN3Detection1() - Method in class org.apache.any23.Any23Test
 
testN3Detection2() - Method in class org.apache.any23.Any23Test
 
testNegativeCSVDetection() - Method in class org.apache.any23.extractor.csv.CSVReaderBuilderTest
Tests negative CSV detection.
testNestedMicrodata() - Method in class org.apache.any23.extractor.microdata.MicrodataParserTest
 
testNestedMicroformats() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
Tests the nested microformat relationships.
testNestedMicroformatsInduced() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
Tests the nested microformat relationships.
testNestedMicroformatsManaged() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
Tests the nested microformat relationships.
testNestedSpanReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testNestedVCardAdr() - Method in class org.apache.any23.extractor.SingleDocumentExtractionTest
This test assess the absence of SINDICE nesting relationship, since HCardExtractor declared a native nesting with the AdrExtractor.
testNewPrefixesFromOtherPrefixesAreIndependent() - Method in class org.apache.any23.rdf.PrefixesTest
 
testNoMeta() - Method in class org.apache.any23.extractor.html.HTMLMetaExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HRecipeExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HResumeExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.HReviewExtractorTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testNoMicroformats() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testNoMicroformatsInStatCvsPage() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testNoPageTitle() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
 
testNotes() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testNotifyErrors() - Method in class org.apache.any23.extractor.ExtractionResultImplTest
 
testNoXFNRel() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testNQuadsDetection() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testNTriplesDetectionAndExtraction() - Method in class org.apache.any23.Any23Test
 
testNturtleDetectionAndExtraction() - Method in class org.apache.any23.Any23Test
 
testObjectDataDataUri() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testObjectDataHttpUri() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testObjectResourceConversion() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
This test verifies the correct object resource conversion.
testOneVEvent() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testOnlyApache() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testOnlyCc() - Method in class org.apache.any23.extractor.html.LicenseExtractorTest
 
testOpenGraphStructuredProperties() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Tests the correct support of the new Open Graph Protocol Structured Properties.
testParseBasic() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests basic N-Quads parsing.
testParseBasicBNode() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests basic N-Quads parsing with blank node.
testParseBasicLiteraDatatype() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests N-Quads parsing with literal and datatype.
testParseBasicLiteral() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests basic N-Quads parsing with literal.
testParseBasicLiteralLang() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests N-Quads parsing with literal and language.
testParseEmptyLinesAndComments() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests parsing of empty lines and comments.
testParserWithAllCases() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests the parser with all cases defined by the NQuads grammar.
testParserWithRealData() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests parser with real data.
testParseSimpleHTML() - Method in class org.apache.any23.extractor.html.TagSoupParserTest
 
testParseTagSoup() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testPermalink() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testPhotoLogo() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testPositiveCSVDetection() - Method in class org.apache.any23.extractor.csv.CSVReaderBuilderTest
Tests positive CSV detection.
testPrice() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testPriceAndDt() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testPrintStackTrace() - Method in class org.apache.any23.extractor.rdfa.ExtractionExceptionTest
 
testProcess() - Method in class org.apache.any23.extractor.xpath.TemplateXPathExtractorRuleImplTest
 
testProgrammaticExtraction() - Method in class org.apache.any23.Any23Test
This test checks the extraction behavior when the library is used programatically.
testPurification() - Method in class org.apache.any23.mime.purifier.WhiteSpacesPurifierTest
 
testRDFa10Extraction() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Taken from the GoodRelations test cases.
testRDFa11CURIEs() - Method in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
This test check if the RDFa1.1 CURIEs expansion is correct and backward compatible with RDFa 1.0.
testRDFa11Extraction() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Taken from the GoodRelations test cases.
testRDFa11PrefixBackwardCompatibility() - Method in class org.apache.any23.extractor.rdfa.RDFaExtractorTest
Taken from the GoodRelations test cases.
testRDFaByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testRDFXMLByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testRDFXMLDetectionAndExtraction() - Method in class org.apache.any23.Any23Test
 
testReadAttribute() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testReadDefaultConfig() - Method in class org.apache.any23.extractor.ExtractionParametersTest
 
testReadOverridenConfig() - Method in class org.apache.any23.extractor.ExtractionParametersTest
 
testReadWrite() - Method in class org.apache.any23.io.nquads.NQuadsWriterTest
 
testRealSpanReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testRegisterRule() - Method in class org.apache.any23.validator.DefaultValidatorTest
 
testRelativeURIisResolvedAgainstBase() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testRelativeUrl() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testRelativeUrlBase() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testRelativeUrlXmlBase1() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testRelativeUrlXmlBase2() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testRelRevSupport() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
This test verifies the correct REL/REV attribute usage.
testRelWithHref() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Tests the correct behavior of REL and HREF.
testRemovePrefixResultsInEmptyMapping() - Method in class org.apache.any23.rdf.PrefixesTest
 
testRemoveVolatilePrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testRepetitiveEvent() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testRomanianWikipedia() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testRSS1ByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testRSS2ByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testRun() - Method in class org.apache.any23.cli.MicrodataParserTest
 
testRun() - Method in class org.apache.any23.cli.PluginVerifierTest
 
testRun() - Method in class org.apache.any23.cli.VersionTest
 
testRun() - Method in class org.apache.any23.cli.VocabPrinterTest
 
testRunMultiFiles() - Method in class org.apache.any23.cli.RoverTest
 
testRunMultiURLs() - Method in class org.apache.any23.cli.RoverTest
 
testRunWithDefaultNS() - Method in class org.apache.any23.cli.RoverTest
 
testSchemaOrgNestedProps() - Method in class org.apache.any23.extractor.microdata.MicrodataExtractorTest
Reference test for Schema.org.
testSendsNamespaceAfterUnblock() - Method in class org.apache.any23.filter.ExtractionContextBlockerTest
 
testSerialize() - Method in class org.apache.any23.validator.XMLValidationReportSerializerTest
 
testSerializeEmptyReport() - Method in class org.apache.any23.validator.XMLValidationReportSerializerTest
 
testSerializeToXML() - Method in class org.apache.any23.extractor.html.DomUtilsTest
 
testSerializeVocabulariesNTriples() - Method in class org.apache.any23.vocab.RDFSchemaUtilsTest
Test case for RDFSchemaUtils.serializeVocabularies( org.apache.any23.vocab.RDFSchemaUtils.VocabularyFormat, java.io.PrintStream) with NTriples format.
testSerializeVocabulariesRDFXML() - Method in class org.apache.any23.vocab.RDFSchemaUtilsTest
Test case for RDFSchemaUtils.serializeVocabularies( org.apache.any23.vocab.RDFSchemaUtils.VocabularyFormat, java.io.PrintStream) with RDFXML format.
testSimpleFriend() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testSimpleMeLink() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testSingleAction() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testSingleHeaderSpecific() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testSingleHeaderSpecificWithQ() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testSingleHeaderSubtypeWildcard() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testSingleHeaderTypeWildcard() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testSingleton() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testSingleton() - Method in class org.apache.any23.extractor.html.RDFMergerTest
 
testSingletonAccessor() - Method in class org.apache.any23.configuration.DefaultConfigurationTest
 
testSomeLinksWithoutRel() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testSpanNegativeReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testSpanPositiveReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testSpeciesMicroformatExtractOverTaxoBox() - Method in class org.apache.any23.extractor.html.SpeciesExtractorTest
Test the beahvior against two Wikipedia Taxobox.
testStatementWithInvalidDatatypeAndIgnoreValidation() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
 
testStatementWithInvalidDatatypeAndVerifyValidation() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
 
testStatementWithInvalidLiteralContentAndIgnoreValidation() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
 
testStatementWithInvalidLiteralContentAndStrictValidation() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
 
testStripSpacesFromTitle() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
 
testSubsequentSpanReplacement() - Method in class org.apache.any23.extractor.html.SpanCloserInputStreamTest
 
testSubtypeWildcardSuppressesLowerValues() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testSummary() - Method in class org.apache.any23.extractor.html.HListingExtractorTest
 
testSuppressQIfEquals1() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testTel() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testThreeDayEvent() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testTitleWithDefaultLanguage() - Method in class org.apache.any23.extractor.html.TitleExtractorTest
This test verifies that when present the default language this is adopted by the title literal.
testTolerantParsing() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Tests that the default parser settings enable tolerance in data type parsing.
testTolerantParsing() - Method in class org.apache.any23.extractor.rdfa.RDFaExtractorTest
Tests that the default parser settings enable tolerance in data type parsing.
testTransparentEvent() - Method in class org.apache.any23.extractor.html.HCalendarExtractorTest
 
testTriXByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testTTLDetection() - Method in class org.apache.any23.Any23Test
 
testTypedLiteralIncompatibleValueSupport() - Method in class org.apache.any23.extractor.rdf.TurtleExtractorTest
Tests the correct support for a typed literal with incompatible value.
testTypeManagement() - Method in class org.apache.any23.extractor.csv.CSVExtractorTest
 
testTypeWildcardSuppressesLowerValues() - Method in class org.apache.any23.http.AcceptHeaderBuilderTest
 
testUid() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testUidFull() - Method in class org.apache.any23.extractor.html.HCardExtractorTest
 
testUndefinedPrefix() - Method in class org.apache.any23.rdf.PrefixesTest
 
testUndefinedPrefixIsNotVolatile() - Method in class org.apache.any23.rdf.PrefixesTest
 
testUnicodeLiteralDecoding() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
 
testUnicodeLiteralManagement() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
 
testUpcaseHREF() - Method in class org.apache.any23.extractor.html.XFNExtractorTest
 
testUpdateURIMapping() - Method in class org.apache.any23.extractor.rdfa.RDFa11ParserTest
 
testURIDecodingManagement() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
Tests the correct decoding of UTF-8 encoded chars in URIs.
testUTF8AfterTitle() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testUTF8HTML() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testUTF8XHTML() - Method in class org.apache.any23.encoding.TikaEncodingDetectorTest
 
testVCardMultiAddress() - Method in class org.apache.any23.extractor.html.AdrExtractorTest
 
testVocabSupport() - Method in class org.apache.any23.extractor.rdfa.RDFa11ExtractorTest
Tests the @vocab support.
testWrite() - Method in class org.apache.any23.io.nquads.NQuadsWriterTest
 
testWriting() - Method in class org.apache.any23.writer.JSONWriterTest
 
testWrongUnicodeEncodedCharFail() - Method in class org.apache.any23.io.nquads.NQuadsParserTest
 
testWSDLByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testXHTMLByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
testXHTMLRDFaBaseHanding() - Method in class org.apache.any23.extractor.rdfa.XSLTStylesheetTest
This test verifies the correct handling of base management for an XHTML input.
testXMLMimeTypeManagement() - Method in class org.apache.any23.Any23Test
Test correct management of general XML content.
testXMLMimeTypeManagementViaURL() - Method in class org.apache.any23.Any23Test
Test correct management of general XML content from URL source.
testZipByContentAndName() - Method in class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
TikaEncodingDetectorTest - Class in org.apache.any23.encoding
Test case for TikaEncodingDetector.
TikaEncodingDetectorTest() - Constructor for class org.apache.any23.encoding.TikaEncodingDetectorTest
 
TikaMIMETypeDetectorTest - Class in org.apache.any23.mime
Test case for TikaMIMETypeDetector class.
TikaMIMETypeDetectorTest() - Constructor for class org.apache.any23.mime.TikaMIMETypeDetectorTest
 
TitleExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the TitleExtractor extractor.
TitleExtractorTest() - Constructor for class org.apache.any23.extractor.html.TitleExtractorTest
 
TOOL_RUN_METHOD - Static variable in class org.apache.any23.cli.ToolTestBase
 
ToolRunnerTest - Class in org.apache.any23.cli
Test case for ToolRunner.
ToolRunnerTest() - Constructor for class org.apache.any23.cli.ToolRunnerTest
 
ToolTestBase - Class in org.apache.any23.cli
Base class for CLI related tests.
ToolTestBase(Class<? extends Tool>) - Constructor for class org.apache.any23.cli.ToolTestBase
 
TurtleExtractorTest - Class in org.apache.any23.extractor.rdf
Test case for NTriplesExtractor.
TurtleExtractorTest() - Constructor for class org.apache.any23.extractor.rdf.TurtleExtractorTest
 
TurtleHTMLExtractorTest - Class in org.apache.any23.extractor.html
Test case for TurtleHTMLExtractor.
TurtleHTMLExtractorTest() - Constructor for class org.apache.any23.extractor.html.TurtleHTMLExtractorTest
 

V

vDCTERMS - Static variable in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
 
verify() - Method in class org.apache.any23.extractor.MockTripleHandler
 
VersionTest - Class in org.apache.any23.cli
Test case for Version CLI.
VersionTest() - Constructor for class org.apache.any23.cli.VersionTest
 
vFOAF - Static variable in class org.apache.any23.extractor.rdfa.AbstractRDFaExtractorTestCase
 
VocabPrinterTest - Class in org.apache.any23.cli
Test case for VocabPrinter CLI.
VocabPrinterTest() - Constructor for class org.apache.any23.cli.VocabPrinterTest
 
VocabularyTest - Class in org.apache.any23.vocab
Test case for Vocabulary class.
VocabularyTest() - Constructor for class org.apache.any23.vocab.VocabularyTest
 

W

WhiteSpacesPurifierTest - Class in org.apache.any23.mime.purifier
Reference test case for WhiteSpacesPurifier.
WhiteSpacesPurifierTest() - Constructor for class org.apache.any23.mime.purifier.WhiteSpacesPurifierTest
 
WriterRegistryTest - Class in org.apache.any23.writer
Test case for WriterRegistry.
WriterRegistryTest() - Constructor for class org.apache.any23.writer.WriterRegistryTest
 

X

XFNExtractorTest - Class in org.apache.any23.extractor.html
Reference Test class for the XFNExtractor extractor.
XFNExtractorTest() - Constructor for class org.apache.any23.extractor.html.XFNExtractorTest
 
XMLValidationReportSerializerTest - Class in org.apache.any23.validator
Test case for XMLValidationReportSerializer.
XMLValidationReportSerializerTest() - Constructor for class org.apache.any23.validator.XMLValidationReportSerializerTest
 
XSLTStylesheetTest - Class in org.apache.any23.extractor.rdfa
Test case for XSLTStylesheet class.
XSLTStylesheetTest() - Constructor for class org.apache.any23.extractor.rdfa.XSLTStylesheetTest
 

A B C D E F G H I J L M N O P R S T V W X

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