cc.mallet.pipe.tsf.tests
Class TestOffsetFeatureConjunctions

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by cc.mallet.pipe.tsf.tests.TestOffsetFeatureConjunctions
All Implemented Interfaces:
junit.framework.Test

public class TestOffsetFeatureConjunctions
extends junit.framework.TestCase

$Id: TestOffsetFeatureConjunctions.java,v 1.1 2007/10/22 21:37:57 mccallum Exp $


Constructor Summary
TestOffsetFeatureConjunctions(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.TestSuite suite()
           
static void testMultiTag()
           
static void testMultiTagSerialization()
           
 
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

TestOffsetFeatureConjunctions

public TestOffsetFeatureConjunctions(java.lang.String name)
Method Detail

testMultiTag

public static void testMultiTag()

testMultiTagSerialization

public static void testMultiTagSerialization()
                                      throws java.io.IOException,
                                             java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

suite

public static junit.framework.TestSuite suite()
Returns:
a TestSuite

main

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