de.aitools.invertedindex.core
Class TestInvertedIndexIO
java.lang.Object
de.aitools.invertedindex.core.TestInvertedIndexIO
public class TestInvertedIndexIO
- extends java.lang.Object
The purpose of this unit test is to ensure the basic functionality of
IndexBuilder
und IndexSearcher
. More extensive tests are
available in the C++ source code (aitools3-invertedindex-cpp).
- Version:
- $Id: TestInvertedIndexIO.java,v 1.4 2011/01/26 22:22:57 trenkman Exp $
- Author:
- martin.trenkmann@uni-weimar.de
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestInvertedIndexIO
public TestInvertedIndexIO()
tearDown
public void tearDown()
- Deletes all files and directories created by this unit tests.
testSingleByte
public void testSingleByte()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSingleFloat
public void testSingleFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSingleInt
public void testSingleInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSingleLong
public void testSingleLong()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSingleShort
public void testSingleShort()
throws java.lang.Exception
- Throws:
java.lang.Exception
testSingleString
public void testSingleString()
throws java.lang.Exception
- Throws:
java.lang.Exception
testByteString
public void testByteString()
throws java.lang.Exception
- Throws:
java.lang.Exception
testFloatFloat
public void testFloatFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testFloatInt
public void testFloatInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testFloatLong
public void testFloatLong()
throws java.lang.Exception
- Throws:
java.lang.Exception
testFloatString
public void testFloatString()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIntFloat
public void testIntFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIntInt
public void testIntInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIntLong
public void testIntLong()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIntString
public void testIntString()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongFloat
public void testLongFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongInt
public void testLongInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongLong
public void testLongLong()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongString
public void testLongString()
throws java.lang.Exception
- Throws:
java.lang.Exception
testShortFloat
public void testShortFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testShortInt
public void testShortInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testShortLong
public void testShortLong()
throws java.lang.Exception
- Throws:
java.lang.Exception
testShortString
public void testShortString()
throws java.lang.Exception
- Throws:
java.lang.Exception
testStringString
public void testStringString()
throws java.lang.Exception
- Throws:
java.lang.Exception
testFloatFloatFloat
public void testFloatFloatFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testFloatIntFloat
public void testFloatIntFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testFloatIntInt
public void testFloatIntInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIntFloatFloat
public void testIntFloatFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIntIntFloat
public void testIntIntFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIntIntInt
public void testIntIntInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongFloatFloat
public void testLongFloatFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongIntFloat
public void testLongIntFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongIntInt
public void testLongIntInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testShortFloatFloat
public void testShortFloatFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testShortIntFloat
public void testShortIntFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testShortIntInt
public void testShortIntInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testIntIntIntInt
public void testIntIntIntInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongFloatLongInt
public void testLongFloatLongInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongLongFloatFloat
public void testLongLongFloatFloat()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongLongIntInt
public void testLongLongIntInt()
throws java.lang.Exception
- Throws:
java.lang.Exception
testLongLongLongLong
public void testLongLongLongLong()
throws java.lang.Exception
- Throws:
java.lang.Exception