|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.wikitty.api.AbstractSearchTest
public abstract class AbstractSearchTest
User: couteau Date: 05/04/11
| Field Summary | |
|---|---|
static String |
CATEGORY_NAME
|
static String |
EXT_CATEGORY
|
static String |
EXT_PRODUCT
|
protected static org.apache.commons.logging.Log |
log
|
static String |
PRODUCT_CATEGORY
|
static String |
PRODUCT_COLOR
|
static String |
PRODUCT_NAME
|
static String |
PRODUCT_PRICE
|
protected org.nuiton.wikitty.WikittyProxy |
proxy
|
static String |
VERSION
|
static String |
W_ENTITY_ID
|
static String |
W_ID
|
| Constructor Summary | |
|---|---|
AbstractSearchTest()
|
|
| Method Summary | |
|---|---|
protected void |
assertPagedResultSizeEquals(int expected,
org.nuiton.wikitty.search.PagedResult result)
|
protected void |
assertPaginedPagedResultSizeEquals(int expected,
int expectedNumFound,
org.nuiton.wikitty.search.PagedResult result)
|
protected void |
assumeNotYetImplementedInMemory()
|
abstract org.nuiton.wikitty.WikittyService |
getWikittyService()
|
void |
initData()
|
void |
testAnd()
|
void |
testAssociated()
|
void |
testBw()
|
void |
testComplexQueries()
|
void |
testContains()
|
void |
testEntitiesAnd()
|
void |
testEntitiesAssociated()
|
void |
testEntitiesBw()
|
void |
testEntitiesContains()
|
void |
testEntitiesEq()
|
void |
testEntitiesEw()
|
void |
testEntitiesExteq()
|
void |
testEntitiesFalse()
|
void |
testEntitiesGe()
|
void |
testEntitiesGt()
|
void |
testEntitiesIdeq()
|
void |
testEntitiesIdneq()
|
void |
testEntitiesIn()
|
void |
testEntitiesIsNotNull()
|
void |
testEntitiesIsNull()
|
void |
testEntitiesKeyword()
|
void |
testEntitiesLe()
|
void |
testEntitiesLike()
|
void |
testEntitiesLt()
|
void |
testEntitiesNeq()
|
void |
testEntitiesNot()
|
void |
testEntitiesNotew()
|
void |
testEntitiesNsw()
|
void |
testEntitiesOr()
|
void |
testEntitiesSearchAllContains()
monext.monfield *.monfield monext.monfield.NUMERIC *.monfield.NUMERIC |
void |
testEntitiesSearchAllEquals()
monext.monfield *.monfield monext.monfield.NUMERIC *.monfield.NUMERIC |
void |
testEntitiesSearchAllLike()
monext.monfield *.monfield monext.monfield.NUMERIC *.monfield.NUMERIC |
void |
testEntitiesSearchAllLowerCase()
|
void |
testEntitiesSelect()
|
void |
testEntitiesSw()
|
void |
testEntitiesTrue()
|
void |
testEntitiesUnlike()
|
void |
testEq()
|
void |
testEw()
|
void |
testExteq()
|
void |
testExtneq()
|
void |
testFalse()
|
void |
testGe()
|
void |
testGt()
|
void |
testIdeq()
|
void |
testIdneq()
|
void |
testIn()
|
void |
testIsNotNull()
|
void |
testIsNull()
|
void |
testKeyword()
|
void |
testLe()
|
void |
testLike()
|
void |
testLt()
|
void |
testNeq()
|
void |
testNot()
|
void |
testNotew()
|
void |
testNsw()
|
void |
testOr()
|
void |
testPaginedEntitiesSelect()
|
void |
testPaginedSelect()
|
void |
testSearchAllContains()
monext.monfield *.monfield monext.monfield.NUMERIC *.monfield.NUMERIC |
void |
testSearchAllEquals()
monext.monfield *.monfield monext.monfield.NUMERIC *.monfield.NUMERIC |
void |
testSearchAllLike()
monext.monfield *.monfield monext.monfield.NUMERIC *.monfield.NUMERIC |
void |
testSearchAllLowerCase()
|
void |
testSearchWithSort()
|
void |
testSelect()
|
void |
testSw()
|
void |
testTrue()
|
void |
testUnlike()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final org.apache.commons.logging.Log log
public static final String EXT_PRODUCT
public static final String EXT_CATEGORY
public static final String PRODUCT_PRICE
public static final String PRODUCT_NAME
public static final String PRODUCT_CATEGORY
public static final String PRODUCT_COLOR
public static final String CATEGORY_NAME
public static final String VERSION
public static String W_ID
public static String W_ENTITY_ID
protected org.nuiton.wikitty.WikittyProxy proxy
| Constructor Detail |
|---|
public AbstractSearchTest()
| Method Detail |
|---|
public void initData()
protected void assumeNotYetImplementedInMemory()
public void testEq()
throws Exception
Exception
public void testEntitiesEq()
throws Exception
Exception
public void testNeq()
throws Exception
Exception
public void testEntitiesNeq()
throws Exception
Exception
public void testBw()
throws Exception
Exception
public void testEntitiesBw()
throws Exception
Exception
public void testLt()
throws Exception
Exception
public void testEntitiesLt()
throws Exception
Exception
public void testLe()
throws Exception
Exception
public void testEntitiesLe()
throws Exception
Exception
public void testGt()
throws Exception
Exception
public void testEntitiesGt()
throws Exception
Exception
public void testGe()
throws Exception
Exception
public void testEntitiesGe()
throws Exception
Exception
public void testContains()
throws Exception
Exception
public void testEntitiesContains()
throws Exception
Exception
public void testIn()
throws Exception
Exception
public void testEntitiesIn()
throws Exception
Exception
public void testExteq()
throws Exception
Exception
public void testEntitiesExteq()
throws Exception
Exception
public void testExtneq()
throws Exception
Exception
public void testIdeq()
throws Exception
Exception
public void testEntitiesIdeq()
throws Exception
Exception
public void testIdneq()
throws Exception
Exception
public void testEntitiesIdneq()
throws Exception
Exception
public void testUnlike()
throws Exception
Exception
public void testEntitiesUnlike()
throws Exception
Exception
public void testLike()
throws Exception
Exception
public void testEntitiesLike()
throws Exception
Exception
public void testSw()
throws Exception
Exception
public void testEntitiesSw()
throws Exception
Exception
public void testNsw()
throws Exception
Exception
public void testEntitiesNsw()
throws Exception
Exception
public void testEw()
throws Exception
Exception
public void testEntitiesEw()
throws Exception
Exception
public void testNotew()
throws Exception
Exception
public void testEntitiesNotew()
throws Exception
Exception
public void testKeyword()
throws Exception
Exception
public void testEntitiesKeyword()
throws Exception
Exception
public void testIsNull()
throws Exception
Exception
public void testEntitiesIsNull()
throws Exception
Exception
public void testIsNotNull()
throws Exception
Exception
public void testEntitiesIsNotNull()
throws Exception
Exception
public void testFalse()
throws Exception
Exception
public void testEntitiesFalse()
throws Exception
Exception
public void testTrue()
throws Exception
Exception
public void testEntitiesTrue()
throws Exception
Exception
public void testAnd()
throws Exception
Exception
public void testEntitiesAnd()
throws Exception
Exception
public void testOr()
throws Exception
Exception
public void testEntitiesOr()
throws Exception
Exception
public void testNot()
throws Exception
Exception
public void testEntitiesNot()
throws Exception
Exception
public void testAssociated()
throws Exception
Exception
public void testEntitiesAssociated()
throws Exception
Exceptionpublic void testSearchAllEquals()
public void testEntitiesSearchAllEquals()
public void testSearchAllContains()
public void testEntitiesSearchAllContains()
public void testSearchAllLike()
public void testEntitiesSearchAllLike()
public void testSearchAllLowerCase()
public void testEntitiesSearchAllLowerCase()
public void testSearchWithSort()
public void testSelect()
throws Exception
Exception
public void testEntitiesSelect()
throws Exception
Exception
public void testPaginedSelect()
throws Exception
Exception
public void testPaginedEntitiesSelect()
throws Exception
Exception
public void testComplexQueries()
throws Exception
Exception
protected void assertPagedResultSizeEquals(int expected,
org.nuiton.wikitty.search.PagedResult result)
protected void assertPaginedPagedResultSizeEquals(int expected,
int expectedNumFound,
org.nuiton.wikitty.search.PagedResult result)
public abstract org.nuiton.wikitty.WikittyService getWikittyService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||