org.alfresco.repo.search.impl.lucene.index
Class IndexInfoTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.alfresco.repo.search.impl.lucene.index.IndexInfoTest
All Implemented Interfaces:
junit.framework.Test

public class IndexInfoTest
extends junit.framework.TestCase


Nested Class Summary
static class IndexInfoTest.Test
           
 
Field Summary
static java.lang.String[] CREATE_LIST
           
static java.lang.String[] CREATE_LIST_2
           
static java.lang.String[] UPDATE_LIST
           
static java.lang.String[] UPDATE_LIST_2
           
static java.lang.String[] WORD_LIST
           
 
Constructor Summary
IndexInfoTest()
           
IndexInfoTest(java.lang.String arg0)
           
 
Method Summary
 void testCreateAndSearch()
           
 void testCreateDeleteAndSearch()
           
 void testCreateUpdateAndSearch()
           
 void testMultiThreadedCreateAndSearch()
           
 
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
 

Field Detail

WORD_LIST

public static final java.lang.String[] WORD_LIST

CREATE_LIST

public static final java.lang.String[] CREATE_LIST

UPDATE_LIST

public static final java.lang.String[] UPDATE_LIST

CREATE_LIST_2

public static final java.lang.String[] CREATE_LIST_2

UPDATE_LIST_2

public static final java.lang.String[] UPDATE_LIST_2
Constructor Detail

IndexInfoTest

public IndexInfoTest()

IndexInfoTest

public IndexInfoTest(java.lang.String arg0)
Method Detail

testCreateAndSearch

public void testCreateAndSearch()
                         throws java.io.IOException
Throws:
java.io.IOException

testCreateDeleteAndSearch

public void testCreateDeleteAndSearch()
                               throws java.io.IOException
Throws:
java.io.IOException

testCreateUpdateAndSearch

public void testCreateUpdateAndSearch()
                               throws java.io.IOException
Throws:
java.io.IOException

testMultiThreadedCreateAndSearch

public void testMultiThreadedCreateAndSearch()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.