org.alfresco.repo.search
Class SearcherComponentTest

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

public class SearcherComponentTest
extends junit.framework.TestCase

See Also:
SearcherComponent

Constructor Summary
SearcherComponentTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void setUp()
           
 void tearDown()
           
 void testBooleanFunctions()
           
 void testElementNodeTest()
           
 void testJCRContains()
           
 void testJCRLike()
           
 void testJCRRoot()
           
 void testJCRScore()
           
 void testMutiValueProperties()
           
 void testNodeXPath()
           
 void testSelectAPI()
           
 void xtestLikeAndContains()
          Tests the like and contains functions (FTS functions) within a currently executing transaction
 
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

SearcherComponentTest

public SearcherComponentTest()
Method Detail

setUp

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

tearDown

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

testNodeXPath

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

testSelectAPI

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

xtestLikeAndContains

public void xtestLikeAndContains()
                          throws java.lang.Exception
Tests the like and contains functions (FTS functions) within a currently executing transaction

Throws:
java.lang.Exception

testJCRRoot

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

testBooleanFunctions

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

testMutiValueProperties

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

testElementNodeTest

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

testJCRLike

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

testJCRScore

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

testJCRContains

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

main

public static void main(java.lang.String[] args)


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