org.apache.tika.sax
Class BodyContentHandlerTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.sax.BodyContentHandlerTest

public class BodyContentHandlerTest
extends TestCase

Test cases for the BodyContentHandler class.


Constructor Summary
BodyContentHandlerTest()
           
 
Method Summary
 void testOutputStream()
          Test that the conversion to an OutputStream doesn't leave characters unflushed in an internal buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BodyContentHandlerTest

public BodyContentHandlerTest()
Method Detail

testOutputStream

public void testOutputStream()
                      throws java.lang.Exception
Test that the conversion to an OutputStream doesn't leave characters unflushed in an internal buffer.

Throws:
java.lang.Exception
See Also:
TIKA-179


Copyright © 2007-2010 Apache Software Foundation. All Rights Reserved.