org.apache.tika.mime
Class MimeTypeTest

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.mime.MimeTypeTest

public class MimeTypeTest
extends TestCase


Constructor Summary
MimeTypeTest()
           
 
Method Summary
protected  void setUp()
           
 void testConstrctor()
          Test MimeType constructor
 void testIsValidName()
           
 void testSetDescription()
          Test MimeType setDescription()
 void testSetSuperType()
          Test MimeType setSuperType()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MimeTypeTest

public MimeTypeTest()
Method Detail

setUp

protected void setUp()
              throws org.apache.tika.mime.MimeTypeException
Throws:
org.apache.tika.mime.MimeTypeException

testConstrctor

public void testConstrctor()
Test MimeType constructor


testIsValidName

public void testIsValidName()

testSetDescription

public void testSetDescription()
Test MimeType setDescription()


testSetSuperType

public void testSetSuperType()
                      throws org.apache.tika.mime.MimeTypeException
Test MimeType setSuperType()

Throws:
org.apache.tika.mime.MimeTypeException


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