org.alfresco.repo.search.impl.lucene
Class ADMLuceneCategoryTest

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

public class ADMLuceneCategoryTest
extends junit.framework.TestCase

Category tests


Constructor Summary
ADMLuceneCategoryTest()
          Simple test constructor
ADMLuceneCategoryTest(java.lang.String arg0)
          Named test constructor
 
Method Summary
 void setUp()
           
protected  void tearDown()
           
 void testBasic()
          Test basic categories.
 void testCatCount()
           
 void testCategoryService()
           
 void testCategoryServiceImpl()
          Test the catgeory service.
 void testCreateMultiLingualCategoryRoots()
          See ALF-5594 for details.
 void testMulti()
          Test multiple categories
 void xtestManyCategories()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Constructor Detail

ADMLuceneCategoryTest

public ADMLuceneCategoryTest()
Simple test constructor


ADMLuceneCategoryTest

public ADMLuceneCategoryTest(java.lang.String arg0)
Named test constructor

Parameters:
arg0 -
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testMulti

public void testMulti()
               throws java.lang.Exception
Test multiple categories

Throws:
java.lang.Exception

testBasic

public void testBasic()
               throws java.lang.Exception
Test basic categories.

Throws:
java.lang.Exception

testCategoryServiceImpl

public void testCategoryServiceImpl()
                             throws java.lang.Exception
Test the catgeory service.

Throws:
java.lang.Exception

testCategoryService

public void testCategoryService()
                         throws java.lang.Exception
Throws:
java.lang.Exception

xtestManyCategories

public void xtestManyCategories()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testCatCount

public void testCatCount()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testCreateMultiLingualCategoryRoots

public void testCreateMultiLingualCategoryRoots()
                                         throws java.lang.Exception
See ALF-5594 for details.

Throws:
java.lang.Exception


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