org.nuiton.wikitty.api
Class AbstractSearchTest
java.lang.Object
org.nuiton.wikitty.api.AbstractSearchTest
- Direct Known Subclasses:
- InMemorySearchTest
public abstract class AbstractSearchTest
- extends Object
User: couteau
Date: 05/04/11
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.commons.logging.Log log
EXT_PRODUCT
public static final String EXT_PRODUCT
- See Also:
- Constant Field Values
EXT_CATEGORY
public static final String EXT_CATEGORY
- See Also:
- Constant Field Values
PRODUCT_PRICE
public static final String PRODUCT_PRICE
- See Also:
- Constant Field Values
PRODUCT_NAME
public static final String PRODUCT_NAME
- See Also:
- Constant Field Values
PRODUCT_CATEGORY
public static final String PRODUCT_CATEGORY
- See Also:
- Constant Field Values
PRODUCT_COLOR
public static final String PRODUCT_COLOR
- See Also:
- Constant Field Values
CATEGORY_NAME
public static final String CATEGORY_NAME
- See Also:
- Constant Field Values
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
W_ID
public static String W_ID
proxy
protected org.nuiton.wikitty.WikittyProxy proxy
AbstractSearchTest
public AbstractSearchTest()
initData
public void initData()
assumeNotYetImplementedInMemory
protected void assumeNotYetImplementedInMemory()
testEq
public void testEq()
throws Exception
- Throws:
Exception
testNeq
public void testNeq()
throws Exception
- Throws:
Exception
testBw
public void testBw()
throws Exception
- Throws:
Exception
testLt
public void testLt()
throws Exception
- Throws:
Exception
testLe
public void testLe()
throws Exception
- Throws:
Exception
testGt
public void testGt()
throws Exception
- Throws:
Exception
testGe
public void testGe()
throws Exception
- Throws:
Exception
testContains
public void testContains()
throws Exception
- Throws:
Exception
testIn
public void testIn()
throws Exception
- Throws:
Exception
testExteq
public void testExteq()
throws Exception
- Throws:
Exception
testExtneq
public void testExtneq()
throws Exception
- Throws:
Exception
testIdeq
public void testIdeq()
throws Exception
- Throws:
Exception
testIdneq
public void testIdneq()
throws Exception
- Throws:
Exception
testUnlike
public void testUnlike()
throws Exception
- Throws:
Exception
testLike
public void testLike()
throws Exception
- Throws:
Exception
testSw
public void testSw()
throws Exception
- Throws:
Exception
testNsw
public void testNsw()
throws Exception
- Throws:
Exception
testEw
public void testEw()
throws Exception
- Throws:
Exception
testNotew
public void testNotew()
throws Exception
- Throws:
Exception
testKeyword
public void testKeyword()
throws Exception
- Throws:
Exception
testIsNull
public void testIsNull()
throws Exception
- Throws:
Exception
testIsNotNull
public void testIsNotNull()
throws Exception
- Throws:
Exception
testFalse
public void testFalse()
throws Exception
- Throws:
Exception
testTrue
public void testTrue()
throws Exception
- Throws:
Exception
testAnd
public void testAnd()
throws Exception
- Throws:
Exception
testOr
public void testOr()
throws Exception
- Throws:
Exception
testNot
public void testNot()
throws Exception
- Throws:
Exception
testAssociated
public void testAssociated()
throws Exception
- Throws:
Exception
testSearchAllEquals
public void testSearchAllEquals()
- monext.monfield
- *.monfield
- monext.monfield.NUMERIC
- *.monfield.NUMERIC
testSearchAllContains
public void testSearchAllContains()
- monext.monfield
- *.monfield
- monext.monfield.NUMERIC
- *.monfield.NUMERIC
testSearchAllLike
public void testSearchAllLike()
- monext.monfield
- *.monfield
- monext.monfield.NUMERIC
- *.monfield.NUMERIC
testSearchAllLowerCase
public void testSearchAllLowerCase()
testSearchWithSort
public void testSearchWithSort()
testComplexQueries
public void testComplexQueries()
throws Exception
- Throws:
Exception
getWikittyService
public abstract org.nuiton.wikitty.WikittyService getWikittyService()
Copyright © 2009-2011 CodeLutin. All Rights Reserved.