org.apache.tika.detect
Class MagicDetectorTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.detect.MagicDetectorTest

public class MagicDetectorTest
extends TestCase

Test cases for the MagicDetector class.


Constructor Summary
MagicDetectorTest()
           
 
Method Summary
 void testDetectMask()
           
 void testDetectNull()
           
 void testDetectOffsetRange()
           
 void testDetectSimple()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MagicDetectorTest

public MagicDetectorTest()
Method Detail

testDetectNull

public void testDetectNull()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testDetectSimple

public void testDetectSimple()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testDetectOffsetRange

public void testDetectOffsetRange()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testDetectMask

public void testDetectMask()
                    throws java.lang.Exception
Throws:
java.lang.Exception


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