org.apache.tika.metadata
Class TestMetadata

java.lang.Object
  extended by TestCase
      extended by org.apache.tika.metadata.TestMetadata

public class TestMetadata
extends TestCase

JUnit based tests of class Metadata.


Constructor Summary
TestMetadata(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static Test suite()
           
 void testAdd()
          Test for the add(String, String) method.
 void testGet()
          Test for get(String) method.
 void testIsMultiValued()
          Test for isMultiValued() method.
 void testNames()
          Test for names method.
 void testObject()
          Test for equals(Object) method.
 void testRemove()
          Test for remove(String) method.
 void testSet()
          Test for the set(String, String) method.
 void testSetProperties()
          Test for setAll(Properties) method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestMetadata

public TestMetadata(java.lang.String testName)
Method Detail

suite

public static Test suite()

main

public static void main(java.lang.String[] args)

testAdd

public void testAdd()
Test for the add(String, String) method.


testSet

public void testSet()
Test for the set(String, String) method.


testSetProperties

public void testSetProperties()
Test for setAll(Properties) method.


testGet

public void testGet()
Test for get(String) method.


testIsMultiValued

public void testIsMultiValued()
Test for isMultiValued() method.


testNames

public void testNames()
Test for names method.


testRemove

public void testRemove()
Test for remove(String) method.


testObject

public void testObject()
Test for equals(Object) method.



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