gate.util
Class TestFeatureMap

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by gate.util.TestFeatureMap
All Implemented Interfaces:
junit.framework.Test

public class TestFeatureMap
extends junit.framework.TestCase

Title: Gate2 Description: Copyright: Copyright (c) 2000 Company: University Of Sheffield

Version:
1.0

Constructor Summary
TestFeatureMap(String name)
          Construction
 
Method Summary
static void main(String[] args)
           
static junit.framework.Test suite()
          Test suite routine for the test runner
 void testPutAndGet()
          Test the testPutAndGet()... methods.
 void testSubsume()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestFeatureMap

public TestFeatureMap(String name)
Construction

Method Detail

testPutAndGet

public void testPutAndGet()
                   throws Exception
Test the testPutAndGet()... methods.

Throws:
Exception

testSubsume

public void testSubsume()
                 throws Exception
Throws:
Exception

suite

public static junit.framework.Test suite()
Test suite routine for the test runner


main

public static void main(String[] args)