de.aitools.aq.invertedindex.core
Class TestIndexer

java.lang.Object
  extended by de.aitools.aq.invertedindex.core.TestIndexer

public class TestIndexer
extends java.lang.Object


Constructor Summary
TestIndexer()
           
 
Method Summary
static
<V extends Value>
java.util.List<V>
createRandomValues(java.lang.Class<V> clazz, int count)
           
 void testDoubleDouble()
           
 void testDoubleDoubleDouble()
           
 void testDoubleDoubleIntInt()
           
 void testDoubleDoubleLongLong()
           
 void testDoubleInt()
           
 void testDoubleIntDouble()
           
 void testDoubleIntInt()
           
 void testDoubleLong()
           
 void testDoubleLongLongInt()
           
 void testDoubleString()
           
 void testIntDouble()
           
 void testIntDoubleDouble()
           
 void testIntInt()
           
 void testIntIntDouble()
           
 void testIntIntDoubleDouble()
           
 void testIntIntInt()
           
 void testIntIntLongLong()
           
 void testIntLong()
           
 void testIntString()
           
 void testLongDouble()
           
 void testLongDoubleDouble()
           
 void testLongDoubleLongInt()
           
 void testLongInt()
           
 void testLongIntDouble()
           
 void testLongIntInt()
           
 void testLongLong()
           
 void testLongLongDoubleDouble()
           
 void testLongLongIntInt()
           
 void testLongString()
           
 void testSingleBuffer()
           
 void testSingleDouble()
           
 void testSingleInt()
           
 void testSingleLong()
           
 void testSingleString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestIndexer

public TestIndexer()
Method Detail

createRandomValues

public static <V extends Value> java.util.List<V> createRandomValues(java.lang.Class<V> clazz,
                                                                     int count)
                                                          throws java.lang.InstantiationException,
                                                                 java.lang.IllegalAccessException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException

testSingleDouble

public final void testSingleDouble()

testSingleInt

public final void testSingleInt()

testSingleLong

public final void testSingleLong()

testSingleBuffer

public final void testSingleBuffer()

testSingleString

public final void testSingleString()

testDoubleDouble

public final void testDoubleDouble()

testDoubleInt

public final void testDoubleInt()

testDoubleLong

public final void testDoubleLong()

testIntDouble

public final void testIntDouble()

testIntInt

public final void testIntInt()

testIntLong

public final void testIntLong()

testLongDouble

public final void testLongDouble()

testLongInt

public final void testLongInt()

testLongLong

public final void testLongLong()

testDoubleString

public final void testDoubleString()

testIntString

public final void testIntString()

testLongString

public final void testLongString()

testDoubleDoubleDouble

public final void testDoubleDoubleDouble()

testDoubleIntDouble

public final void testDoubleIntDouble()

testDoubleIntInt

public final void testDoubleIntInt()

testIntDoubleDouble

public final void testIntDoubleDouble()

testIntIntDouble

public final void testIntIntDouble()

testIntIntInt

public final void testIntIntInt()

testLongDoubleDouble

public final void testLongDoubleDouble()

testLongIntDouble

public final void testLongIntDouble()

testLongIntInt

public final void testLongIntInt()

testDoubleDoubleIntInt

public final void testDoubleDoubleIntInt()

testDoubleDoubleLongLong

public final void testDoubleDoubleLongLong()

testIntIntDoubleDouble

public final void testIntIntDoubleDouble()

testIntIntLongLong

public final void testIntIntLongLong()

testLongDoubleLongInt

public final void testLongDoubleLongInt()

testLongLongDoubleDouble

public final void testLongLongDoubleDouble()

testLongLongIntInt

public final void testLongLongIntInt()

testDoubleLongLongInt

public final void testDoubleLongLongInt()