org.nuiton.wikitty.api
Class SearchCriteriaTest

java.lang.Object
  extended by org.nuiton.wikitty.api.SearchCriteriaTest

public class SearchCriteriaTest
extends Object


Constructor Summary
SearchCriteriaTest()
           
 
Method Summary
protected  void checkRestriction(org.nuiton.wikitty.search.operators.Restriction dto, org.nuiton.wikitty.search.operators.RestrictionName name, String element, String value)
           
protected  void checkSearch(org.nuiton.wikitty.search.Search search, org.nuiton.wikitty.search.operators.RestrictionName name)
           
protected static org.nuiton.wikitty.search.Search q()
           
 void testAnd()
           
 void testAssociated()
           
 void testBetween()
           
 void testBinaryOperators()
           
 void testOr()
           
 void testXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchCriteriaTest

public SearchCriteriaTest()
Method Detail

testBinaryOperators

public void testBinaryOperators()
                         throws Exception
Throws:
Exception

testBetween

public void testBetween()
                 throws Exception
Throws:
Exception

testAnd

public void testAnd()
             throws Exception
Throws:
Exception

testOr

public void testOr()
            throws Exception
Throws:
Exception

testAssociated

public void testAssociated()
                    throws Exception
Throws:
Exception

testXML

public void testXML()
             throws Exception
Throws:
Exception

q

protected static org.nuiton.wikitty.search.Search q()

checkSearch

protected void checkSearch(org.nuiton.wikitty.search.Search search,
                           org.nuiton.wikitty.search.operators.RestrictionName name)
                    throws Exception
Throws:
Exception

checkRestriction

protected void checkRestriction(org.nuiton.wikitty.search.operators.Restriction dto,
                                org.nuiton.wikitty.search.operators.RestrictionName name,
                                String element,
                                String value)
                         throws Exception
Throws:
Exception


Copyright © 2009-2012 CodeLutin. All Rights Reserved.