org.apache.tika.sax
Class SecureContentHandlerTest

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

public class SecureContentHandlerTest
extends TestCase

Tests for the SecureContentHandler class.


Constructor Summary
SecureContentHandlerTest()
           
 
Method Summary
protected  void setUp()
           
 void testManyCharactersPerByte()
           
 void testManyCharactersWithoutInput()
           
 void testOneCharacterPerByte()
           
 void testSomeCharactersWithoutInput()
           
 void testTenCharactersPerByte()
           
 void testZeroCharactersPerByte()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureContentHandlerTest

public SecureContentHandlerTest()
Method Detail

setUp

protected void setUp()

testZeroCharactersPerByte

public void testZeroCharactersPerByte()
                               throws java.io.IOException
Throws:
java.io.IOException

testOneCharacterPerByte

public void testOneCharacterPerByte()
                             throws java.io.IOException
Throws:
java.io.IOException

testTenCharactersPerByte

public void testTenCharactersPerByte()
                              throws java.io.IOException
Throws:
java.io.IOException

testManyCharactersPerByte

public void testManyCharactersPerByte()
                               throws java.io.IOException
Throws:
java.io.IOException

testSomeCharactersWithoutInput

public void testSomeCharactersWithoutInput()
                                    throws java.io.IOException
Throws:
java.io.IOException

testManyCharactersWithoutInput

public void testManyCharactersWithoutInput()
                                    throws java.io.IOException
Throws:
java.io.IOException


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