org.apache.any23.extractor.rdf
Class TurtleExtractorTest

java.lang.Object
  extended by org.apache.any23.extractor.rdf.TurtleExtractorTest

public class TurtleExtractorTest
extends Object

Test case for NTriplesExtractor.

Version:
$Id: TurtleExtractorTest.html 1233375 2012-01-19 13:45:22Z simonetripodi $
Author:
Michele Mostarda ( michele.mostarda@gmail.com )

Constructor Summary
TurtleExtractorTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testTypedLiteralIncompatibleValueSupport()
          Tests the correct support for a typed literal with incompatible value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TurtleExtractorTest

public TurtleExtractorTest()
Method Detail

setUp

public void setUp()

tearDown

public void tearDown()

testTypedLiteralIncompatibleValueSupport

public void testTypedLiteralIncompatibleValueSupport()
                                              throws IOException,
                                                     org.apache.any23.extractor.ExtractionException,
                                                     org.apache.any23.writer.TripleHandlerException
Tests the correct support for a typed literal with incompatible value.

Throws:
IOException
org.apache.any23.extractor.ExtractionException
org.apache.any23.writer.TripleHandlerException


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