Package cc.mallet.types.tests
Class TestLabelAlphabet
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- cc.mallet.types.tests.TestLabelAlphabet
-
- All Implemented Interfaces:
junit.framework.Test
public class TestLabelAlphabet extends junit.framework.TestCaseCreated: Nov 24, 2004- Version:
- $Id: TestLabelAlphabet.java,v 1.1 2007/10/22 21:37:55 mccallum Exp $
- Author:
- casutton@cs.umass.edu
-
-
Constructor Summary
Constructors Constructor Description TestLabelAlphabet(java.lang.String name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)static junit.framework.Testsuite()voidtestReadResolve()Tests how serializing labels separately can lead to big losses.-
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
-
-
-
-
Method Detail
-
testReadResolve
public void testReadResolve() throws java.io.IOException, java.lang.ClassNotFoundExceptionTests how serializing labels separately can lead to big losses. This currently fails. I'm not sure what to do about this. -cas- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
suite
public static junit.framework.Test suite()
-
main
public static void main(java.lang.String[] args) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
-