de.aitools.invertedindex.util
Class TestInvertedFileIO

java.lang.Object
  extended by de.aitools.invertedindex.util.TestInvertedFileIO

public class TestInvertedFileIO
extends java.lang.Object

The purpose of this unit test is to ensure the basic functionality of InvertedFileWriter und InvertedFileReader. More extensive tests are available in the C++ source code (aitools3-invertedindex-cpp).

Version:
$Id: TestInvertedFileIO.java,v 1.3 2011/01/26 22:22:57 trenkman Exp $
Author:
martin.trenkmann@uni-weimar.de

Constructor Summary
TestInvertedFileIO()
           
 
Method Summary
 void tearDown()
          Deletes all inverted files created by this unit tests.
 void testByteString()
           
 void testFloatFloat()
           
 void testFloatFloatFloat()
           
 void testFloatInt()
           
 void testFloatIntFloat()
           
 void testFloatIntInt()
           
 void testFloatLong()
           
 void testFloatString()
           
 void testIntFloat()
           
 void testIntFloatFloat()
           
 void testIntInt()
           
 void testIntIntFloat()
           
 void testIntIntInt()
           
 void testIntIntIntInt()
           
 void testIntLong()
           
 void testIntString()
           
 void testLongFloat()
           
 void testLongFloatFloat()
           
 void testLongFloatLongInt()
           
 void testLongInt()
           
 void testLongIntFloat()
           
 void testLongIntInt()
           
 void testLongLong()
           
 void testLongLongFloatFloat()
           
 void testLongLongIntInt()
           
 void testLongLongLongLong()
           
 void testLongString()
           
 void testShortFloat()
           
 void testShortFloatFloat()
           
 void testShortInt()
           
 void testShortIntFloat()
           
 void testShortIntInt()
           
 void testShortLong()
           
 void testShortString()
           
 void testSingleByte()
           
 void testSingleFloat()
           
 void testSingleInt()
           
 void testSingleLong()
           
 void testSingleShort()
           
 void testSingleString()
           
 void testStringString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInvertedFileIO

public TestInvertedFileIO()
Method Detail

tearDown

public void tearDown()
Deletes all inverted files created by this unit tests.


testSingleByte

public void testSingleByte()

testSingleFloat

public void testSingleFloat()

testSingleInt

public void testSingleInt()

testSingleLong

public void testSingleLong()

testSingleShort

public void testSingleShort()

testSingleString

public void testSingleString()

testByteString

public void testByteString()

testFloatFloat

public void testFloatFloat()

testFloatInt

public void testFloatInt()

testFloatLong

public void testFloatLong()

testFloatString

public void testFloatString()

testIntFloat

public void testIntFloat()

testIntInt

public void testIntInt()

testIntLong

public void testIntLong()

testIntString

public void testIntString()

testLongFloat

public void testLongFloat()

testLongInt

public void testLongInt()

testLongLong

public void testLongLong()

testLongString

public void testLongString()

testShortFloat

public void testShortFloat()

testShortInt

public void testShortInt()

testShortLong

public void testShortLong()

testShortString

public void testShortString()

testStringString

public void testStringString()

testFloatFloatFloat

public void testFloatFloatFloat()

testFloatIntFloat

public void testFloatIntFloat()

testFloatIntInt

public void testFloatIntInt()

testIntFloatFloat

public void testIntFloatFloat()

testIntIntFloat

public void testIntIntFloat()

testIntIntInt

public void testIntIntInt()

testLongFloatFloat

public void testLongFloatFloat()

testLongIntFloat

public void testLongIntFloat()

testLongIntInt

public void testLongIntInt()

testShortFloatFloat

public void testShortFloatFloat()

testShortIntFloat

public void testShortIntFloat()

testShortIntInt

public void testShortIntInt()

testIntIntIntInt

public void testIntIntIntInt()

testLongFloatLongInt

public void testLongFloatLongInt()

testLongLongFloatFloat

public void testLongLongFloatFloat()

testLongLongIntInt

public void testLongLongIntInt()

testLongLongLongLong

public void testLongLongLongLong()